RSSHub/.github/ISSUE_TEMPLATE/feature_request_en.yml

42 lines
1.2 KiB
YAML

name: 🍭 Feature Request
description: Submit a new feature request
labels: ['RSS enhancement']
body:
- type: markdown
attributes:
value: |
Please ensure the feature requested is not listed in [documentation](https://docs.rsshub.app/en) or [issue](https://github.com/DIYgod/RSSHub/issues), and provide all the information required by this template.
Otherwise the issue will be closed immediately.
- type: textarea
id: feature
attributes:
label: What feature is it?
placeholder: Please describe the feature you want to see.
validations:
required: true
- type: textarea
id: problem
attributes:
label: What problem does this feature solve?
placeholder: Please describe the problem this feature solves.
validations:
required: true
- type: textarea
id: description
attributes:
label: Additional description
placeholder: Any additional description.
- type: checkboxes
id: terms
attributes:
label: This is not a duplicated feature request
options:
- label: I have searched [existing issues](https://github.com/DIYgod/RSSHub/issues) to ensure this feature has not already been requested
required: true