Skip to content

Commit cbc21bb

Browse files
authored
Add issue template (react-navigation#1199)
* Add issue template * Ask for screenshot * Update ISSUE_TEMPLATE.md
1 parent be09d50 commit cbc21bb

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!---
2+
BEFORE YOU SUBMIT please search open/closed issues since someone might have asked the same thing before!
3+
-->
4+
5+
### Current Behavior
6+
<!--- If describing a bug, tell us what happens instead of the expected behavior.
7+
Provide a screenshot when possible and full code sample -->
8+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
9+
10+
### Expected Behavior
11+
<!--- If you're describing a bug, tell us what should happen -->
12+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
13+
14+
### Your Environment
15+
<!--- Include as many relevant details about the environment you experienced the bug in -->
16+
17+
| software | version
18+
| ---------------- | -------
19+
| react-navigation |
20+
| react-native |
21+
| node |
22+
| npm or yarn |

0 commit comments

Comments
 (0)