Convert other-issue in question-issue-template
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
name: Other
|
||||
about: Question or other kind of issue
|
||||
|
||||
---
|
||||
@@ -0,0 +1,18 @@
|
||||
name: ❓ Question
|
||||
description: Question or other type of issue
|
||||
labels: [question]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Has the question been asked before?
|
||||
description: Please search existing issues to avoid creating duplicates.
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Question
|
||||
description: Describe your question
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user