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!'
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
- label:Read the [docs](https://github.com/alex8088/electron-vite#readme).
required:true
- label:Check that there isn't [already an issue](https://github.com/alex8088/electron-vite/issues) that reports the same bug to avoid creating a duplicate.