Browse Source

add a ISSUE_TEMPLATE

Gaëtan Renaudeau 7 years ago
parent
commit
a9f648a534
1 changed files with 24 additions and 0 deletions
  1. 24
    0
      .github/ISSUE_TEMPLATE.md

+ 24
- 0
.github/ISSUE_TEMPLATE.md View File

@@ -0,0 +1,24 @@
1
+### *feature request*?
2
+
3
+# -- OR --
4
+
5
+### *bug report*?
6
+
7
+<!-- IMPORTANT, provide version and platform information. issues with missing information will be closed. -->
8
+
9
+**Version:**
10
+
11
+```bash
12
+npm ls react-native react-native-view-shot
13
+```
14
+
15
+**Platform:**
16
+
17
+iOS? Android?
18
+
19
+
20
+#### Expected behavior
21
+
22
+#### Actual behavior
23
+
24
+#### Steps or Source Code to reproduce the behavior