Skip to content

Commit baee70b

Browse files
committed
Add an issue template
1 parent 4db9292 commit baee70b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Hello!
2+
3+
Please read the following carefully before opening a new issue. Your issue may
4+
be closed if it doesn't provide the informations required.
5+
6+
#### ⚠️ Delete everything above this line
7+
8+
### Describe your environment
9+
10+
* React-Native version
11+
* Platform: iOS, Android, both?
12+
* Device (which one?), simulator?
13+
* OS version
14+
* react-native-permissions version
15+
* Devtools: Xcode? Android Studio version?
16+
* (Android only: buildToolsVersion)
17+
18+
### How to repeat issue and example
19+
20+
Explain what you did, what you expected to happen, and what actually happens.
21+
Provide some code if needed.
22+
23+
### Solution
24+
25+
Do you know what needs to be done to address this issue? Ideally, provide a pull
26+
request with a fix.

0 commit comments

Comments
 (0)