diff options
author | Kjeld Schouten-Lebbing <[email protected]> | 2020-08-23 06:41:01 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-22 21:41:01 -0700 |
commit | ab4a78c7444fc6fa410261166f1b75e50d8be872 (patch) | |
tree | caeb53ae3cdae90c4b5343faf3a10ae8bdde380e /.github | |
parent | 72eedb69fd8a15ea2b6ac3ef2fa322210dd42f6c (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Closes #10759
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md (renamed from .github/ISSUE_TEMPLATE.md) | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 33 |
2 files changed, 43 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md index a0d108001..28807103e 100644 --- a/.github/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 OpenZFS +title: '' +labels: '' +assignees: '' + +--- + <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- @@ -41,3 +50,4 @@ Example: this is an example how log text should be marked (wrap it with ```) ``` --> + 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: '' + +--- + +<!-- +Thank you for suggesting a feature. + +Please check the our issue tracker before opening a new feature request. +Filling out the following template will help other contributors better understand your proposed feature. +--> + +### Describe the feature would like to see added to OpenZFS + +<!-- +Provide a clear and concise description of the feature. +--> + +### How will this feature improve OpenZFS? + +<!-- +What problem does this feature solve? +--> + +### Additional context + +<!-- +Any additional information you can add about the proposal? +--> |