Sfoglia il codice sorgente

Added issue template

Anatoly Pulyaevskiy 5 anni fa
parent
commit
0811421005
1 ha cambiato i file con 21 aggiunte e 0 eliminazioni
  1. 21
    0
      .github/ISSUE_TEMPLATE.md

+ 21
- 0
.github/ISSUE_TEMPLATE.md Vedi File

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