From d023fdf87dafa781a3881ed0fbcf9dc16c37ae83 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Tue, 31 Mar 2020 05:30:55 -0400 Subject: [PATCH] github: reclassify generic issue report to bug_report This will allow to use multiple GitHub issue templates. Each bug report will be assigned "Sighting" label. Signed-off-by: Tomasz Zawadzki Change-Id: I2285473316fce81ee79f28818020ab28e990b7b9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1598 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Karol Latecki Reviewed-by: Ben Walker Reviewed-by: Darek Stojaczyk --- .../ISSUE_TEMPLATE/{ISSUE_TEMPLATE.md => bug_report.md} | 9 +++++++++ 1 file changed, 9 insertions(+) rename .github/ISSUE_TEMPLATE/{ISSUE_TEMPLATE.md => bug_report.md} (87%) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 87% rename from .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 30410964c6..b432eeed6f 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'Sighting' +assignees: '' + +--- + Please use the issue tracker only for reporting suspected issues. See [The SPDK Community Page](http://www.spdk.io/community/) for other SPDK communications channels.