Gradience/.github/ISSUE_TEMPLATE/feature_request.yml
2022-08-10 01:01:26 +02:00

51 lines
2.3 KiB
YAML

name: "💡 Feature request"
description: Suggest an idea for this project
title: "feat: "
labels: ["enhancement", "feature-request"]
body:
- type: markdown
attributes:
value: |
First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
- type: textarea
id: description
attributes:
label: Feature description
description: A clear and concise description of what the feature request is. Please include if your feature request is related to a problem
validations:
required: true
- type: textarea
id: code-snippet
attributes:
label: Related Code
description: "If you are able to illustrate the bug or feature request with an example, please provide it here"
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Context
description: "List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc."
validations:
required: false
- type: checkboxes
attributes:
label: Self-service
description: |
If you feel like you could contribute to this issue, please check the box below. This would tell us and other people looking for contributions that someone's working on it.
If you do check this box, please send a pull request within 7 days so we can still delegate this to someone else.
options:
- label: I'd be willing to address this documentation request myself.
- type: checkboxes
attributes:
label: Have you read the Contributing Guidelines?
options:
- label: I have read the [Contributing Guidelines](https://github.com/AdwCustomizerTeam/community/blob/main/CONTRIBUTING_GUIDELINES.md).
required: true
- type: checkboxes
attributes:
label: Are you familiar with Contributor Covenant Code of Conduct?
options:
- label: I have read the [Contributor Covenant Code of Conduct](https://github.com/AdwCustomizerTeam/community/blob/main/CODE_OF_CONDUCT.md).
required: true