Update and rename suggestion.md to suggestion.yml

This commit is contained in:
FlamedDogo 2024-09-20 19:54:35 -06:00 committed by GitHub
parent bd5243f6cd
commit 0e8dfd612c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 32 additions and 14 deletions

View File

@ -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.

32
.github/ISSUE_TEMPLATE/suggestion.yml vendored Normal file
View File

@ -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