ci: update issue templates

This commit is contained in:
sebthom
2024-12-12 22:28:25 +01:00
parent ab953111d4
commit 97ed41d96e
2 changed files with 12 additions and 2 deletions

View File

@@ -6,7 +6,12 @@ labels: ["bug"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!
value: |
Thank you for taking the time to submit a bug report!
This project is run by volunteers, and we depend on users like you to improve it.
Please try to investigate the issue yourself, and if possible submit a pull request with a fix.
- type: textarea
id: expected-behaviour

View File

@@ -6,7 +6,12 @@ labels: [enhancement]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this enhancement request!
value: |
Thanks for taking the time to fill out this enhancement request!
This project is run by volunteers, and we depend on users like you to improve it.
Please consider implementing the enhancement yourself and submitting a pull request with your changes.
- type: textarea
id: problem