From 0e8dfd612ced1d869c191341a8f16e6df2817bba Mon Sep 17 00:00:00 2001 From: FlamedDogo <96555444+FlamedDogo99@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:54:35 -0600 Subject: [PATCH] Update and rename suggestion.md to suggestion.yml --- .github/ISSUE_TEMPLATE/suggestion.md | 14 ------------ .github/ISSUE_TEMPLATE/suggestion.yml | 32 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/suggestion.md create mode 100644 .github/ISSUE_TEMPLATE/suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md deleted file mode 100644 index 55f172e..0000000 --- a/.github/ISSUE_TEMPLATE/suggestion.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Suggestion -about: Suggest an idea for this project -title: "[Suggestion]" -labels: suggestion -assignees: '' - ---- - -**Suggestion** -Provide a clear and concise description of the suggestion. - -**Additional Information** -Provide a clear and concise explanation for what changes would need to take place in order for the suggestion to be possible. diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml new file mode 100644 index 0000000..fe8d024 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -0,0 +1,32 @@ +name: Suggestion +description: Suggest an idea for this project +title: '[Suggestion] ' +labels: + - suggestion +body: + - type: textarea + id: suggestion + attributes: + label: Suggestion + description: Provide a clear and concise description of the suggestion. + placeholder: Required + validations: + required: true + - type: textarea + id: info + attributes: + label: Additional Information + description: >- + Provide a clear and concise explanation for what changes would need to + take place in order for the suggestion to be possible. + 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