Skip to content

Commit

Permalink
Merge pull request #58 from xexyl/enhance
Browse files Browse the repository at this point in the history
Add enhancement issue template
  • Loading branch information
lcn2 authored Jan 19, 2025
2 parents fa6458f + ee570e3 commit bab2425
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Enhancement
description: Suggest an enhancement
title: "Enhancement: <enhancement title>"
labels: ["enhancement"]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the feature you're suggesting.
options:
- label: I have searched for existing issues and did not find anything like this
required: true

- type: textarea
attributes:
label: Describe the enhancement
description: |
Please describe the enhancement and why, as best you can (the more details you provide the better).
validations:
required: true

- type: textarea
attributes:
label: Relevant images, screenshots or other files
description: |
If you have images or other files that will help explain what you're getting at, this can also be **EXTREMELY** helpful.
Tip: you can attach files by clicking the text area to highlight it and then click the link that says paste, drop or click to add files.
validations:
required: false

- type: textarea
attributes:
label: Relevant links
description: Please provide us with a list of relevant links, if applicable.
validations:
required: false

- type: textarea
attributes:
label: Anything else?
description: |
Do you have any additional context or information? Please let us know!
validations:
required: false

0 comments on commit bab2425

Please sign in to comment.