Skip to content

Commit 675aa1f

Browse files
committed
blank issue template
1 parent af535d3 commit 675aa1f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: "Blank Issue"
2+
description: "Create your own issue."
3+
4+
body:
5+
- type: markdown
6+
id: recommendations
7+
attributes:
8+
value: |
9+
### Before you submit
10+
- Use the search tool before opening a new issue
11+
- Don't forget you can ask your questions in our [Discord server](https://discord.com/invite/JKcTwZYJ).
12+
- Write your issue clearly.
13+
- Please provide source code if possible.
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: "Issue Description"
18+
description: "A clear and detailed description of the issue you would like to see fixed."
19+
placeholder: "Explain your issue clearly, and in detail."
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: reproduce
25+
attributes:
26+
label: "How to Reproduce"
27+
description: "Steps to reproduce the behavior."
28+
placeholder: |
29+
1. Go to '...'
30+
2. Click on '....'
31+
3. Scroll down to '....'
32+
33+
- type: textarea
34+
id: expected
35+
attributes:
36+
label: "Expected Behavior"
37+
description: "A clear and concise description of what you expected to happen."
38+
placeholder: "Explain what you expected to happen."
39+
40+
- type: textarea
41+
id: snippet
42+
attributes:
43+
label: "Code Snippet (optional)"
44+
description: "Code snippet may be really helpful to describe some bugs."
45+
placeholder: "Share a code snippet to explain the bug better."
46+
render: go

0 commit comments

Comments
 (0)