ansnid-anse/.github/ISSUE_TEMPLATE/feature_request.yml
2023-06-04 15:55:58 +08:00

33 lines
1.2 KiB
YAML

name: 🚀 Feature request
description: Suggest a feature or an improvement
labels: ['enhancement']
body:
- type: markdown
attributes:
value: |
### Before submitting...
Thank you for taking the time to fill out this feature request! Please confirm the following points before submitting:
✅ I have checked the feature was not already submitted by searching on GitHub under issues or discussions.
✅ I have checked the feature was not listed on [Anse's Roadmap](https://github.com/orgs/anse-app/projects/2).
✅ Use English. This allows more people to search and participate in the issue.
- type: textarea
id: feature-description
attributes:
label: Describe the feature
description: A clear and concise description of what you think would be a helpful addition.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Any other context or screenshots about the feature request here.
- type: checkboxes
id: will-pr
attributes:
label: Participation
options:
- label: I am willing to submit a pull request for this feature.
required: false