summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2019-10-15 21:41:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-17 15:14:29 +0300
commitbb92713304736a7dc5d392faf2e0a6487d2e6e0e (patch)
tree434a263f3acd042190e88be75448dc32dc9dac1a /.github
parent8e5befe1acae423aa99882bff3c5659b360d721f (diff)
downloadopenbmc-bb92713304736a7dc5d392faf2e0a6487d2e6e0e.tar.xz
clarify bug reporting in openbmc
Point people to the contact information which has our IRC and mailing list info for feature requests and general questions Change-Id: I5a8be9ef482d36b60342c1e50ef2301c1fd6cfb7 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..85ff073f6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
+---
+name: Bug report
+about: Create a report to help us improve our software
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Note on Bugs**
+Please note that questions or feature requests should be discussed on the
+mailing list or IRC. Please see https://github.com/openbmc/openbmc#contact
+for info on how to contact us. Github Issues in openbmc/openbmc are for bugs
+only. Please remove this section when opening a bug.
+
+**Unexpected behavior you saw**
+A clear and concise description of what unexpectedly happened.
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**OpenBMC Information:**
+ - /etc/os-release:
+ - uname -a:
+ - Any additional patches or changes:
+
+**Additional context**
+Add any other context about the problem here.