From 1b87cd6941862852bbbec7b668872865032991f1 Mon Sep 17 00:00:00 2001 From: Denise Yu Date: Mon, 22 Feb 2021 10:58:41 -0500 Subject: [PATCH] Update feature_request.yml (#27825) This will fix the Feature Request template. More details: https://gh-community.github.io/issue-template-feedback/changes --- .github/ISSUE_TEMPLATE/feature_request.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b178841d8b44..182c8dc9c394 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,33 +2,38 @@ name: Feature Request about: Suggest an idea for Electron title: "[Feature Request]: " labels: "enhancement ✨" -inputs: +body: - type: textarea attributes: label: Preflight Checklist description: Please ensure you've completed the following steps by replacing [ ] with [x] - required: true value: | * [ ] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [ ] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [ ] I have searched the issue tracker for a feature request that matches the one I want to file, without success. + validations: + required: true - type: textarea attributes: label: Problem Description description: Please add a clear and concise description of the problem you are seeking to solve with this feature request. + validations: required: true - type: textarea attributes: label: Proposed Solution description: Describe the solution you'd like in a clear and concise manner. + validations: required: true - type: textarea attributes: label: Alternatives Considered description: A clear and concise description of any alternative solutions or features you've considered. + validations: required: true - type: textarea attributes: label: Additional Information description: Add any other context about the problem here. - required: false \ No newline at end of file + validations: + required: true