diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/question.yaml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/question.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml new file mode 100644 index 00000000..0021f6bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -0,0 +1,22 @@ +name: Question +description: Describe this issue template's purpose here. +title: "Question" +labels: ["question"] + +body: + - type: textarea + id: question + attributes: + label: Question + placeholder: I have a question, ..., how can I solve it? + validations: + required: true + + - type: checkboxes + id: checklist + attributes: + label: Checklist + description: Please check all the checkboxes + options: + - label: This question is written entirely in English. + required: true |
