Explorar el Código

Added issue template

Anatoly Pulyaevskiy hace 5 años
padre
commit
0811421005
Se han modificado 1 ficheros con 21 adiciones y 0 borrados
  1. 21
    0
      .github/ISSUE_TEMPLATE.md

+ 21
- 0
.github/ISSUE_TEMPLATE.md Ver fichero

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