Skip to content

Commit

Permalink
chore: Update bug request template
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie committed Oct 20, 2019
1 parent 6cc85af commit 5d83ac0
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -3,20 +3,27 @@ name: Bug report
about: Create a report to help us improve
---

> Before filling out an issue, be sure to check the version of react-native-elements you are using and the docs for that version over [here](https://react-native-elements.github.io/react-native-elements/versions.html).
<!--
Before filling out an issue, be sure to check the version of react-native-elements you are using and the docs for that version over [here](https://react-native-elements.github.io/react-native-elements/versions.html).
-->

**Explain what you did**
What you were trying to accomplish.

**Expected behaviour**
A clear and concise description of what you expected to happen.
<!-- What you were trying to accomplish. -->

**Expected behavior**

<!-- A clear and concise description of what you expected to happen. -->

**Describe the bug**
A clear and concise description of what the bug is.

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**

We highly recommend that you re-create the bug on [Snack](https://snack.expo.io). If not, list the steps that a reviewer can take to reproduce the behaviour:

<!--
Example:
```bash
Expand All @@ -29,17 +36,15 @@ https://snack.expo.io/xxx
3. Scroll down to '....'
4. See error
```

**Possible Solution**
Can you suggest a possible fix that would address this issue?
-->

**Screenshots**
If applicable, add screenshots to help explain your problem.

<!-- If applicable, add screenshots to help explain your problem. -->

**Your Environment (please complete the following information):**

| software | version |
| --------------------- | ------- |
| react-native-elements | |
| react-native | |
| npm or yarn | |

0 comments on commit 5d83ac0

Please sign in to comment.