Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
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 <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Closes openzfs#10759
  • Loading branch information
Kjeld Schouten-Lebbing authored Aug 23, 2020
1 parent 72eedb6 commit ab4a78c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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. -->

<!--
Expand Down Expand Up @@ -41,3 +50,4 @@ Example:
this is an example how log text should be marked (wrap it with ```)
```
-->

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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?
-->

0 comments on commit ab4a78c

Please sign in to comment.