From 172d56fe0d567ca14350a451a7e581ac2bc8e9dc Mon Sep 17 00:00:00 2001 From: FlamedDogo <96555444+FlamedDogo99@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:55:16 -0600 Subject: [PATCH] Update and rename question.md to question.yml --- .github/ISSUE_TEMPLATE/question.md | 14 ------------ .github/ISSUE_TEMPLATE/question.yml | 33 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/ISSUE_TEMPLATE/question.yml 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