From 797ac9a28e0fc9d156a143aa84457360a8bb6fcb Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 21 Dec 2020 21:06:48 -0800 Subject: 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 Change-Id: Id2c77e26e5fe648d5344d5db5cfbd100c451c7c4 --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md (limited to '.github') 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 -- cgit v1.2.3