flameddogo99-eaglermobile/.github/ISSUE_TEMPLATE/suggestion.yml

33 lines
1011 B
YAML
Raw Normal View History

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