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 - macOS
39 - Linux
40
41 - type: dropdown
42 id: application
43 attributes:
44 label: "Which application are you using?"
45 options:
46 - Notepad
47
48 - type: textarea
49 id: additional-context
50 attributes:
51 label: "Additional context"
52 description: "Add any other context about the problem here"
53