2021-01-05 18:18:28 +00:00
name : Feature Request
2021-03-12 17:22:15 +00:00
description : Suggest an idea for Electron
2021-01-05 18:18:28 +00:00
title : "[Feature Request]: "
2021-03-12 17:22:15 +00:00
labels : "enhancement :sparkles:"
2021-02-22 15:58:41 +00:00
body :
2021-03-09 21:30:32 +00:00
- type : checkboxes
2021-01-05 18:18:28 +00:00
attributes :
label : Preflight Checklist
2021-03-09 21:30:32 +00:00
description : Please ensure you've completed all of the following.
options :
2021-09-27 15:35:56 +00:00
- label : I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
2021-03-09 21:30:32 +00:00
required : true
2021-09-27 15:35:56 +00:00
- label : I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
2021-03-09 21:30:32 +00:00
required : true
- label : I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success.
required : true
2021-01-13 01:01:19 +00:00
- type : textarea
2021-01-05 18:18:28 +00:00
attributes :
label : Problem Description
description : Please add a clear and concise description of the problem you are seeking to solve with this feature request.
2021-02-22 15:58:41 +00:00
validations :
2021-01-05 18:18:28 +00:00
required : true
2021-01-13 01:01:19 +00:00
- type : textarea
2021-01-05 18:18:28 +00:00
attributes :
label : Proposed Solution
description : Describe the solution you'd like in a clear and concise manner.
2021-02-22 15:58:41 +00:00
validations :
2021-01-05 18:18:28 +00:00
required : true
2021-01-13 01:01:19 +00:00
- type : textarea
2021-01-05 18:18:28 +00:00
attributes :
label : Alternatives Considered
2023-02-01 11:59:16 +00:00
description : A clear and concise description of any alternative solutions or features you've considered.
2021-02-22 15:58:41 +00:00
validations :
2021-01-05 18:18:28 +00:00
required : true
2021-01-13 01:01:19 +00:00
- type : textarea
2021-01-05 18:18:28 +00:00
attributes :
label : Additional Information
description : Add any other context about the problem here.
2021-02-22 15:58:41 +00:00
validations :
2021-08-25 17:11:52 +00:00
required : false