Skip to content

Commit

Permalink
added feature request yml template
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Jan 12, 2024
1 parent a015780 commit 2a898e5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2a898e5

Please sign in to comment.