diff options
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? +--> |