Skip to content

Commit

Permalink
Add issue templates (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
benrules3 authored Jun 28, 2024
1 parent c4f636a commit 92c1cec
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Bug
description: Raise a bug related to existing functionality
labels:
- bug
body:
- type: textarea
attributes:
label: What is the issue?
description: |
- Give as much detail as you can to help us understand the bug.
- Include any error messages or error codes.
- Try to add reproduction steps if possible.
validations:
required: true

- type: textarea
attributes:
label: Additional information
description: Any other context, images or comments to add.
validations:
required: false
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Feature request
description: Request a new feature
labels:
- feature
body:
- type: textarea
attributes:
label: What feature(s) would you like to see?
description: |
- Give as much detail as you can to help us understand the feature.
- What benefits would this feature bring, and how would the user interact with it?
- Feel free to give any technical suggestions on how this should be implemented.
validations:
required: true

- type: textarea
attributes:
label: Additional information
description: Any other context, images or comments to add.
validations:
required: false
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Improvement
description: Improve any existing functionality, and/or add documentation
labels:
- improvement
body:
- type: textarea
attributes:
label: What improvement(s) are you suggesting?
description: |
- Give as many details as you can, including any implementation steps, if any.
validations:
required: true

- type: textarea
attributes:
label: Additional information
description: Any other context, images or comments to add.
validations:
required: false

0 comments on commit 92c1cec

Please sign in to comment.