Procházet zdrojové kódy

add a ISSUE_TEMPLATE

Gaëtan Renaudeau před 7 roky
rodič
revize
a9f648a534
1 změnil soubory, kde provedl 24 přidání a 0 odebrání
  1. 24
    0
      .github/ISSUE_TEMPLATE.md

+ 24
- 0
.github/ISSUE_TEMPLATE.md Zobrazit soubor

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