From 813c8bf4381d3eadfd689927fd20fdf4d6f94b34 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Mon, 31 Jan 2022 23:02:38 +0000 Subject: [PATCH] Updated --- .github/ISSUE_TEMPLATE/feature_request.yaml | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..dd287f9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,35 @@ +name: Feature Request +description: Suggest an idea to improve Cider. +title: "[Enhancement]: " +labels: ["enhancement", "triage"] +assignees: [] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this report! + - type: textarea + id: description + attributes: + label: The feature you would like + description: A clear and concise description of what you would like to be added to the application. State if your request if related to an issue. + placeholder: A great addition to this project would be... + validations: + required: true + - type: textarea + id: other + attributes: + label: Alternatives and Other Information + description: If you have any alternative solutions to implement your request or other information that could help. + placeholder: Anything that can help us? + value: ... could be used to implement this + validations: + required: false + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md) + options: + - label: I agree to follow this project's Code of Conduct + required: true