e8a3c983bec66e84a00f01a025ddcc8602d07a73
[platform/kernel/linux-rpi.git] / .github / ISSUE_TEMPLATE / bug_report.yml
1 name: "Bug report"
2 description: Create a report to help us fix your issue
3 body:
4 - type: markdown
5   attributes:
6     value: |
7       **Is this the right place for my bug report?**
8       This repository contains the Linux kernel used on the Raspberry Pi.
9       If you believe that the issue you are seeing is kernel-related, this is the right place.
10       If not, we have other repositories for the GPU firmware at [github.com/raspberrypi/firmware](https://github.com/raspberrypi/firmware) and Raspberry Pi userland applications at [github.com/raspberrypi/userland](https://github.com/raspberrypi/userland).
11       
12       If you have problems with the Raspbian distribution packages, report them in the [github.com/RPi-Distro/repo](https://github.com/RPi-Distro/repo).
13       If you simply have a question, then [the Raspberry Pi forums](https://www.raspberrypi.org/forums) are the best place to ask it.
14
15 - type: textarea
16   id: description
17   attributes:
18     label: Describe the bug
19     description: |
20       Add a clear and concise description of what you think the bug is.
21   validations:
22     required: true
23
24 - type: textarea
25   id: reproduce
26   attributes:
27     label: Steps to reproduce the behaviour
28     description: |
29       List the steps required to reproduce the issue.
30   validations:
31     required: true
32
33 - type: dropdown
34   id: model
35   attributes:
36     label: Device (s)
37     description: On which device you are facing the bug?
38     multiple: true
39     options:
40       - Raspberry Pi Zero
41       - Raspberry Pi Zero W / WH
42       - Raspberry Pi Zero 2 W
43       - Raspberry Pi 1 Mod. A
44       - Raspberry Pi 1 Mod. A+
45       - Raspberry Pi 1 Mod. B
46       - Raspberry Pi 1 Mod. B+
47       - Raspberry Pi 2 Mod. B
48       - Raspberry Pi 2 Mod. B v1.2
49       - Raspberry Pi 3 Mod. A+
50       - Raspberry Pi 3 Mod. B
51       - Raspberry Pi 3 Mod. B+
52       - Raspberry Pi 4 Mod. B
53       - Raspberry Pi 400
54       - Raspberry Pi CM1
55       - Raspberry Pi CM3
56       - Raspberry Pi CM3 Lite
57       - Raspberry Pi CM3+
58       - Raspberry Pi CM3+ Lite
59       - Raspberry Pi CM4
60       - Raspberry Pi CM4 Lite
61       - Other
62   validations:
63     required: true
64
65 - type: textarea
66   id: system
67   attributes:
68     label: System
69     description: |
70       Copy and paste the results of the raspinfo command in to this section.
71       Alternatively, copy and paste a pastebin link, or add answers to the following questions:
72       * Which OS and version (`cat /etc/rpi-issue`)?
73       * Which firmware version (`vcgencmd version`)?
74       * Which kernel version (`uname -a`)?
75   validations:
76     required: true
77
78 - type: textarea
79   id: logs
80   attributes:
81     label: Logs
82     description: |
83       If applicable, add the relevant output from `dmesg` or similar.
84
85 - type: textarea
86   id: additional
87   attributes:
88     label: Additional context
89     description: |
90       Add any other relevant context for the problem.
91