mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-11-23 04:26:04 -08:00
Update and rename suggestion.md to suggestion.yml
This commit is contained in:
parent
bd5243f6cd
commit
0e8dfd612c
14
.github/ISSUE_TEMPLATE/suggestion.md
vendored
14
.github/ISSUE_TEMPLATE/suggestion.md
vendored
|
@ -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
32
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user