From 2a898e51a2e190c964bd1decda6686409d6e16bf Mon Sep 17 00:00:00 2001 From: infinityofspace <30715462+infinityofspace@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:57:46 +0100 Subject: [PATCH] added feature request yml template --- .github/ISSUE_TEMPLATE/feature_request.yml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..7aa8a94 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,36 @@ +name: Feature Request +description: File a feature request +title: "[Enhancement]: " +labels: ["enhancement"] + +body: + - type: markdown + attributes: + value: "Thanks for taking the time to fill out this feature request!" + + - type: textarea + id: problem-description + attributes: + label: Problem description + description: Description of the problem that needs to be solved. + placeholder: What problem should be solved? + validations: + required: true + + - type: textarea + id: solution-description + attributes: + label: Solution description + description: Description of a possible problem solution. + placeholder: Ideas for a solution? + validations: + required: false + + - type: checkboxes + id: checklist + attributes: + label: Checklist + description: Please check off the following checklist after you have performed the corresponding actions + options: + - label: I have checked for [existing Github issues](https://github.com/infinityofspace/certbot_dns_porkbun/labels/enhancement) and there are no issues for the same feature request. + required: true