소스 검색

Add an issue template

Mathieu Acthernoene 7 년 전
부모
커밋
baee70bc51
1개의 변경된 파일26개의 추가작업 그리고 0개의 파일을 삭제
  1. 26
    0
      .github/ISSUE_TEMPLATE.md

+ 26
- 0
.github/ISSUE_TEMPLATE.md 파일 보기

@@ -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.