kdbus: test suite changed to common format
[platform/kernel/linux-rpi.git] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug report
3 about: Create a report to help us fix your issue
4
5 ---
6
7 **Is this the right place for my bug report?**
8 This repository contains the Linux kernel used on the Raspberry Pi. If you believe that the issue you are seeing is kernel-related, this is the right place. 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). If you have problems with the Raspbian distribution packages, report them in the [github.com/RPi-Distro/repo](https://github.com/RPi-Distro/repo). If you simply have a question, then [the Raspberry Pi forums](https://www.raspberrypi.org/forums) are the best place to ask it.
9
10 **Describe the bug**
11 Add a clear and concise description of what you think the bug is.
12
13 **To reproduce**
14 List the steps required to reproduce the issue.
15
16 **Expected behaviour**
17 Add a clear and concise description of what you expected to happen.
18
19 **Actual behaviour**
20 Add a clear and concise description of what actually happened.
21
22 **System**
23  Copy and paste the results of the raspinfo command in to this section. Alternatively, copy and paste a pastebin link, or add answers to the following questions:
24
25 * Which model of Raspberry Pi? e.g. Pi3B+, PiZeroW
26 * Which OS and version (`cat /etc/rpi-issue`)?
27 * Which firmware version (`vcgencmd version`)?
28 * Which kernel version (`uname -a`)?
29
30 **Logs**
31 If applicable, add the relevant output from `dmesg` or similar.
32
33 **Additional context**
34 Add any other relevant context for the problem.