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: input
42 id: browser
43 attributes:
44 label: "Browser"
45 description: "e.g. Chrome, Firefox, Safari"
46
47 - type: input
48 id: version
49 attributes:
50 label: "Version"
51 description: "e.g. 22"
52
53 - type: input
54 id: smartphone
55 attributes:
56 label: "Smartphone (please complete the following information)"
57 description: "Device (e.g. iPhone6, Samsung Galaxy S10)"
58
59 - type: dropdown
60 id: smartphone-os
61 attributes:
62 label: "OS"
63 options:
64 - iOS
65 - Android
66
67 - type: input
68 id: smartphone-browser
69 attributes:
70 label: "Browser"
71 description: "e.g. stock browser, Safari"
72
73 - type: input
74 id: smartphone-version
75 attributes:
76 label: "Version"
77 description: "e.g. 22"
78
79 - type: textarea
80 id: additional-context
81 attributes:
82 label: "Additional context"
83 description: "Add any other context about the problem here"
84