Browse Source

Added issue template

Anatoly Pulyaevskiy 5 years ago
parent
commit
0811421005
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      .github/ISSUE_TEMPLATE.md

+ 21
- 0
.github/ISSUE_TEMPLATE.md View 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
+```