From 09216e18fbea51deff5f03608ed757e4aa750ac6 Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Sat, 13 Jan 2024 19:55:09 +0300 Subject: [PATCH] Added an `enhancement` template --- .github/ISSUE_TEMPLATE/02_enhancement.yml | 41 +++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/02_enhancement.yml diff --git a/.github/ISSUE_TEMPLATE/02_enhancement.yml b/.github/ISSUE_TEMPLATE/02_enhancement.yml new file mode 100644 index 0000000..a1831c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_enhancement.yml @@ -0,0 +1,41 @@ +name: Enhancement +description: Suggest an enhancement for an existing feature. +title: "[Enhancement] " +labels: ["enhancement"] +body: + - type: textarea + id: current-behavior + attributes: + label: Current Behavior + description: | + Provide a description of the current behavior of the feature you want to enhance and explain why it falls short of your expectations. + placeholder: I'm always frustrated when... + validations: + required: false + + - type: textarea + id: desired-behavior + attributes: + label: Desired Behavior + description: Please provide a clear and concise description of what you want to happen. + placeholder: It should be possible to... + validations: + required: true + + - type: textarea + id: alternative-solutions + attributes: + label: Alternative Solutions + description: Describe any alternatives you have considered, if any. + placeholder: You could also... + validations: + required: false + + - type: textarea + id: other-information + attributes: + label: Other Information + description: | + If you have any additional relevant details you would like to share with us, please provide that information here. + validations: + required: false