2fa4c6a25bc497aac557bbb7821c4dba0fa44c23
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.19 / 950-0182-Update-issue-templates-2736.patch
1 From 70971c0ca8a15bca1ff755494bc83b161cf363f6 Mon Sep 17 00:00:00 2001
2 From: James Hughes <JamesH65@users.noreply.github.com>
3 Date: Fri, 2 Nov 2018 11:55:49 +0000
4 Subject: [PATCH 182/725] Update issue templates (#2736)
5
6 ---
7 .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++
8 1 file changed, 34 insertions(+)
9 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
10
11 --- /dev/null
12 +++ b/.github/ISSUE_TEMPLATE/bug_report.md
13 @@ -0,0 +1,34 @@
14 +---
15 +name: Bug report
16 +about: Create a report to help us fix your issue
17 +
18 +---
19 +
20 +**Is this the right place for my bug report?**
21 +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.
22 +
23 +**Describe the bug**
24 +Add a clear and concise description of what you think the bug is.
25 +
26 +**To reproduce**
27 +List the steps required to reproduce the issue.
28 +
29 +**Expected behaviour**
30 +Add a clear and concise description of what you expected to happen.
31 +
32 +**Actual behaviour**
33 +Add a clear and concise description of what actually happened.
34 +
35 +**System**
36 + 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:
37 +
38 +* Which model of Raspberry Pi? e.g. Pi3B+, PiZeroW
39 +* Which OS and version (`cat /etc/rpi-issue`)?
40 +* Which firmware version (`vcgencmd version`)?
41 +* Which kernel version (`uname -a`)?
42 +
43 +**Logs**
44 +If applicable, add the relevant output from `dmesg` or similar.
45 +
46 +**Additional context**
47 +Add any other relevant context for the problem.