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 <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Closes #10779
This commit is contained in:
parent
7b15b8d18c
commit
68f2288620
|
@ -2,7 +2,7 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve OpenZFS
|
about: Create a report to help us improve OpenZFS
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'Type: Defect'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -10,7 +10,7 @@ assignees: ''
|
||||||
<!--
|
<!--
|
||||||
Thank you for suggesting a feature.
|
Thank you for suggesting a feature.
|
||||||
|
|
||||||
Please check the our issue tracker before opening a new feature request.
|
Please check our issue tracker before opening a new feature request.
|
||||||
Filling out the following template will help other contributors better understand your proposed feature.
|
Filling out the following template will help other contributors better understand your proposed feature.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
name: Code Question
|
||||||
|
about: Ask a question about the code
|
||||||
|
title: ''
|
||||||
|
labels: 'Type: Question'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Thank you for taking an interest in the OpenZFS codebase.
|
||||||
|
|
||||||
|
Please be aware that most questions are preferably asked in the mailing list first.
|
||||||
|
This form is primarily meant for asking questions about the code itself.
|
||||||
|
|
||||||
|
Please also check our issue tracker before opening a new question.
|
||||||
|
Filling out the following template will help other contributors better understand your question.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Ask your question!
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please provide a clear and concise question.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Which portion of the codebase does your question involve?
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Optional: Please describe what portion of the codebase your issue involved.
|
||||||
|
Example: "Testsuite", "Buildbots", "CLI", a code snippet etc.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Any additional information you want to add?
|
||||||
|
-->
|
Loading…
Reference in New Issue