Add issue and PR template

This commit is contained in:
MartinBraquet
2025-12-12 10:50:21 +02:00
parent be2e19db8d
commit 1f5ed87363
3 changed files with 24 additions and 0 deletions

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1 @@
blank_issues_enabled: true

15
.github/ISSUE_TEMPLATE/other.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Other
description: Any other question or issue
body:
- type: textarea
attributes:
label: Issue
description: >
A clear and concise description of the question or issue
validations:
required: true
- type: markdown
attributes:
value: >
Thanks for contributing!

8
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,8 @@
<!-- Replace [ ] with [X] to check a box -->
- [ ] Closes #xxxx (Replace xxxx with the GitHub issue number, or delete line).
- [ ] Tests added and passed if fixing a bug or adding a new feature.
### Description
<!-- Describe your changes in detail -->