d96591dc98d4c6ef1c12b98678d64ebb0d7e0ec5
[openwrt/openwrt.git] / .github / ISSUE_TEMPLATE / bug-report.yml
1 name: Bug report
2 description: Create a bug report to help us improve
3 labels:
4 - bug
5 body:
6 - type: textarea
7 id: description
8 attributes:
9 label: Describe the bug
10 description: A clear and concise description of the bug.
11 validations:
12 required: true
13 - type: input
14 id: version
15 attributes:
16 label: OpenWrt version
17 description: |
18 The OpenWrt release or commit hash where this bug occurs (use command below).
19 ```. /etc/openwrt_release && echo $DISTRIB_REVISION```
20 validations:
21 required: true
22 - type: input
23 id: target
24 attributes:
25 label: OpenWrt target/subtarget
26 description: |
27 The OpenWrt target and subtarget where this bug is observed (use command below).
28 ```. /etc/openwrt_release && echo $DISTRIB_TARGET```
29 validations:
30 required: true
31 - type: input
32 id: device
33 attributes:
34 label: Device
35 description: The device exhibiting this bug.
36 validations:
37 required: true
38 - type: dropdown
39 id: image_kind
40 attributes:
41 label: Image kind
42 options:
43 - Official downloaded image
44 - Self-built image
45 validations:
46 required: true
47 - type: textarea
48 id: reproduce
49 attributes:
50 label: Steps to reproduce
51 description: Steps to reproduce the reported behaviour.
52 - type: textarea
53 id: behaviour
54 attributes:
55 label: Actual behaviour
56 description: A clear and concise description of what actually happens.
57 - type: textarea
58 id: expected
59 attributes:
60 label: Expected behaviour
61 description: A clear and concise description of what you expected to happen.
62 - type: textarea
63 id: additional
64 attributes:
65 label: Additional info
66 description: Add any additional info you think might be helfpul.
67 - type: textarea
68 id: diffconfig
69 attributes:
70 label: Diffconfig
71 description: |
72 In case of a self-built image, please attach diffconfig.
73 ```./scripts/diffconfig.sh```
74 render: text
75 - type: checkboxes
76 id: terms
77 attributes:
78 label: Terms
79 description: By submitting this issue, you agree to the terms below.
80 options:
81 - label: I am reporting an issue for OpenWrt, not an unsupported fork.
82 required: true