bug_report.yml
1name: Bug report
2description: Create a report to help us improve
3title: "[BUG] "
4labels:
5 - bug
6body:
7 - type: markdown
8 attributes:
9 value: |
10 **Describe the bug**
11 A clear and concise description of what the bug is.
12
13 - type: textarea
14 id: reproduce
15 attributes:
16 label: "To Reproduce"
17 description: "Steps to reproduce the behavior"
18 placeholder: "1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error"
19
20 - type: input
21 id: expected
22 attributes:
23 label: "Expected behavior"
24 description: "A clear and concise description of what you expected to happen"
25
26 - type: textarea
27 id: screenshots
28 attributes:
29 label: "Screenshots"
30 description: "If applicable, add screenshots to help explain your problem"
31
32 - type: dropdown
33 id: desktop-info
34 attributes:
35 label: "Desktop (please complete the following information)"
36 options:
37 - Windows
38 - Linux
39
40 - type: input
41 id: version
42 attributes:
43 label: "Version"
44 description: "e.g. 1.0.0"
45
46 - type: textarea
47 id: additional-context
48 attributes:
49 label: "Additional context"
50 description: "Add any other context about the problem here"
51
52 - type: input
53 id: repro
54 attributes:
55 label: "In what percentage of cases can you reproduce the bug?"
56 description: "e.g. 100% of the time, 50% of the time, etc."