summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2020-12-22 08:06:48 +0300
committerEd Tanous <ed@tanous.net>2021-02-19 23:21:49 +0300
commit797ac9a28e0fc9d156a143aa84457360a8bb6fcb (patch)
tree65fe1af0e0e25b8a8f9e6f44b5aa68def8601fb5 /.github
parent2dfd18ef79d3b0a2995ba731983479d492be5949 (diff)
downloadbmcweb-797ac9a28e0fc9d156a143aa84457360a8bb6fcb.tar.xz
Add issue templates
Issue templates are something github uses to allow pushing custom elements into bug reports. Many questions and feature requests are sent in as bugs, instead of going to the mailing list as they should. These were created through the github UI, and pulled over to gerrit manually. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Id2c77e26e5fe648d5344d5db5cfbd100c451c7c4
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md25
-rw-r--r--.github/ISSUE_TEMPLATE/custom.md13
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md12
3 files changed, 50 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000..2dd250cb65
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,25 @@
+---
+name: Bug report
+about: Create a report
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**Environment**
+What OpenBMC platform was this found on?
+What specific OpenBMC versions did you use?
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Run the command '....'
+2. See error
+3. Expected behavior was '....'
+
+**Is this a regression**
+Has this behavior worked in the past? If yes, on which commit did it work, and
+what commit was broken?
diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md
new file mode 100644
index 0000000000..2ac057672c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/custom.md
@@ -0,0 +1,13 @@
+---
+name: Custom issue template
+about: Question
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+Please do not use GitHub issues for submitting questions. Please submit your
+questions either to the OpenBMC mailing list, or to the OpenBMC discord channel.
+
+https://github.com/openbmc/docs/blob/master/README.md#contact
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000000..6c77cefdf3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,12 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+Please do not submit feature requests to GitHub. Please indicate your interest
+in particular projects or features on the mailing list at
+https://lists.ozlabs.org/listinfo/openbmc