Adding Pi 5 as a device to bug_report.yml
[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 5
55       - Raspberry Pi CM1
56       - Raspberry Pi CM3
57       - Raspberry Pi CM3 Lite
58       - Raspberry Pi CM3+
59       - Raspberry Pi CM3+ Lite
60       - Raspberry Pi CM4
61       - Raspberry Pi CM4 Lite
62       - Other
63   validations:
64     required: true
65
66 - type: textarea
67   id: system
68   attributes:
69     label: System
70     description: |
71       Copy and paste the results of the raspinfo command in to this section.
72       Alternatively, copy and paste a pastebin link, or add answers to the following questions:
73       * Which OS and version (`cat /etc/rpi-issue`)?
74       * Which firmware version (`vcgencmd version`)?
75       * Which kernel version (`uname -a`)?
76   validations:
77     required: true
78
79 - type: textarea
80   id: logs
81   attributes:
82     label: Logs
83     description: |
84       If applicable, add the relevant output from `dmesg` or similar.
85
86 - type: textarea
87   id: additional
88   attributes:
89     label: Additional context
90     description: |
91       Add any other relevant context for the problem.
92