Selaa lähdekoodia

Added issue template

Anatoly Pulyaevskiy 5 vuotta sitten
vanhempi
commit
0811421005
1 muutettua tiedostoa jossa 21 lisäystä ja 0 poistoa
  1. 21
    0
      .github/ISSUE_TEMPLATE.md

+ 21
- 0
.github/ISSUE_TEMPLATE.md Näytä tiedosto

@@ -0,0 +1,21 @@
1
+<!-- Thank you for using Zefyr! -->
2
+
3
+## Steps to Reproduce
4
+
5
+<!-- Please tell us exactly how to reproduce the problem you are running into. -->
6
+
7
+1. ...
8
+2. ...
9
+3. ...
10
+
11
+## Logs
12
+
13
+<!-- Include any relevant logs or exception traces if applicable. -->
14
+
15
+```
16
+```
17
+
18
+<!-- Paste the output of running `flutter doctor -v` here. -->
19
+
20
+```
21
+```