From 313493c0f48da04dcff50d654a47a7341d8fc509 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:32:36 +0200 Subject: [PATCH] doc(template): feature request --- .github/ISSUE_TEMPLATE/3-feature.yaml | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3-feature.yaml diff --git a/.github/ISSUE_TEMPLATE/3-feature.yaml b/.github/ISSUE_TEMPLATE/3-feature.yaml new file mode 100644 index 0000000..24b6a82 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-feature.yaml @@ -0,0 +1,42 @@ +name: Feature request +description: Request an additional feature for pacdef +title: "[Feature request]: " +labels: ["enhancement", "triage"] +body: + - type: input + id: intent + attributes: + label: In one sentence, what would the new feature allow the user to do? + validations: + required: true + + - type: textarea + id: problem + attributes: + label: Describe what problem this new feature would solve. + validations: + required: true + + - type: textarea + id: works + attributes: + label: How should this feature in your opinion work? + validations: + required: true + + - type: checkboxes + id: implement + attributes: + label: Would you be willing to implement this? We would support you through this process. + description: Tick the box if so. + options: + - label: Yes, I would like to implement this. + + - type: textarea + id: information + attributes: + label: Additional information + description: Any additional information that may be relevant. + validations: + required: false +