From 68f2288620f2a5401ded0ca0834e146a28e8b9f9 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 24 Aug 2020 00:13:07 +0200 Subject: [PATCH] Add seperate issue for questions A big portion of issues are of "Type: Question". This PR adds a separate issue template for those. It also automatically adds the "Type: Question" tag. in addition it adds "Type: Defect" to all bug reports by default Reviewed-by: Brian Behlendorf Reviewed-by: George Melikov Signed-off-by: Kjeld Schouten-Lebbing Closes #10779 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 37 +++++++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 28807103e..e4f754d66 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve OpenZFS title: '' -labels: '' +labels: 'Type: Defect' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a8b9ea118..9b50a4a3d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,7 +10,7 @@ assignees: '' diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..0aee9f7c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,37 @@ +--- +name: Code Question +about: Ask a question about the code +title: '' +labels: 'Type: Question' +assignees: '' + +--- + + + +### Ask your question! + + + +### Which portion of the codebase does your question involve? + + + +### Additional context + +