commit 8932129bfd6d029872c0d5a8a04c6b42bacfe6a2
parent 6aa21a4f1371518e141d6f2c32dba87d81341c31
Author: auth <64337177+authorisation@users.noreply.github.com>
Date:   Sat,  3 Jun 2023 10:31:51 +0000

add: feature suggestion template
Diffstat:
A.github/ISSUE_TEMPLATE/feature_suggestion.yml | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/feature_suggestion.yml b/.github/ISSUE_TEMPLATE/feature_suggestion.yml @@ -0,0 +1,23 @@ +name: "Feature suggestion" +description: Suggest a new feature to help the project improve. +title: "feat: - <title>" +labels: [ + "enhancement" +] +body: + - type: textarea + id: description + attributes: + label: "Description" + description: Please provide a detailed description of your feature suggestion + placeholder: Please provide a detailed description of the feature you would like to suggest... + validations: + required: true + - type: checkboxes + id: terms + attributes: + label: Agreement + description: By creating this issue I made sure that ... + options: + - label: There is no issue already suggesting my feature. + required: true