Parcourir la source

Added issue template

Anatoly Pulyaevskiy il y a 5 ans
Parent
révision
0811421005
1 fichiers modifiés avec 21 ajouts et 0 suppressions
  1. 21
    0
      .github/ISSUE_TEMPLATE.md

+ 21
- 0
.github/ISSUE_TEMPLATE.md Voir le fichier

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