From ab4a78c7444fc6fa410261166f1b75e50d8be872 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 23 Aug 2020 06:41:01 +0200 Subject: Update issue template Github has started using a new issue templating structure. This commit moves the current template and adds one additional one. - Moves issue template to new issue-template folder - Adds feature request template - removes the following warning when viewing issue template Reviewed-by: Richard Laager Reviewed-by: Brian Behlendorf Reviewed-by: George Melikov Signed-off-by: Kjeld Schouten-Lebbing Closes #10759 --- .github/ISSUE_TEMPLATE.md | 43 ------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 53 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 33 +++++++++++++++++++ 3 files changed, 86 insertions(+), 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index a0d108001..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,43 +0,0 @@ - - - - -### System information - -Type | Version/Name - --- | --- -Distribution Name | -Distribution Version | -Linux Kernel | -Architecture | -ZFS Version | -SPL Version | - - -### Describe the problem you're observing - -### Describe how to reproduce the problem - -### Include any warning/errors/backtraces from the system logs - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..28807103e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,53 @@ +--- +name: Bug report +about: Create a report to help us improve OpenZFS +title: '' +labels: '' +assignees: '' + +--- + + + + + +### System information + +Type | Version/Name + --- | --- +Distribution Name | +Distribution Version | +Linux Kernel | +Architecture | +ZFS Version | +SPL Version | + + +### Describe the problem you're observing + +### Describe how to reproduce the problem + +### Include any warning/errors/backtraces from the system logs + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..a8b9ea118 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,33 @@ +--- +name: Feature request +about: Suggest a feature for OpenZFS +title: '' +labels: 'Type: Feature' +assignees: '' + +--- + + + +### Describe the feature would like to see added to OpenZFS + + + +### How will this feature improve OpenZFS? + + + +### Additional context + + -- cgit v1.2.3