diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 8927443..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Question -about: Ask a clarifying question about this project -title: "[Question]" -labels: question -assignees: '' - ---- - -**Question** -Provide a clear and concise explanation of the question. - -**Additional Information** -Provide a clear and concise explanation of what changes are needed on the repository in order for the question's answer to be accessible to future users. diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..27f243b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,33 @@ +name: Question +description: Ask a clarifying question about this project +title: '[Question] ' +labels: + - question +body: + - type: textarea + id: question + attributes: + label: Question + description: Provide a clear and concise explanation of the question. + placeholder: Required + validations: + required: true + - type: textarea + id: info + attributes: + label: Additional Information + description: >- + Provide a clear and concise explanation of what changes are needed on + the repository in order for the question's answer to be accessible to + future users. + placeholder: Required + validations: + required: true + - type: checkboxes + id: conduct + attributes: + label: Code of Conduct + description: ' submitting this issue, you agree to follow our [Code of Conduct](https://github.com/FlamedDogo99/EaglerMobile/blob/main/.github/CODE_OF_CONDUCT.md). ' + options: + - label: I agree to follow this project's Code of Conduct + required: true