electron-vite/.github/ISSUE_TEMPLATE/feature_request.yml

47 lines
1.9 KiB
YAML
Raw Normal View History

2022-03-17 09:21:02 +01:00
name: "\U0001F680 New Feature Proposal"
description: Propose a new feature to be added to electron-vite
labels: ['enhancement']
body:
- type: markdown
attributes:
value: |
Thanks for your interest in the project and taking the time to fill out this feature report!
- type: textarea
id: feature-description
attributes:
label: Clear and concise description of the problem
2022-04-09 10:13:53 +02:00
description: 'As a developer using electron-vite I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
2022-03-17 09:21:02 +01:00
validations:
required: true
- type: textarea
id: suggested-solution
attributes:
label: Suggested solution
description: 'In module [xy] we could provide following implementation...'
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Alternative
description: Clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Any other context or screenshots about the feature request here.
- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: Follow the [Code of Conduct](https://github.com/alex8088/electron-vite/blob/master/CODE_OF_CONDUCT.md).
required: true
- label: Read the [Contributing Guidelines](https://github.com/alex8088/electron-vite/blob/master/CONTRIBUTING.md).
required: true
2023-07-26 15:54:03 +02:00
- label: Read the [docs](https://electron-vite.org).
2022-03-17 09:21:02 +01:00
required: true
2023-07-26 15:54:03 +02:00
- label: Check that there isn't [already an issue](https://github.com/alex8088/electron-vite/issues) that requests the same feature to avoid creating a duplicate.
2022-03-17 09:21:02 +01:00
required: true