Skip to content

Commit 1f5ed87

Browse files
committed
Add issue and PR template
1 parent be2e19d commit 1f5ed87

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Other
2+
description: Any other question or issue
3+
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Issue
8+
description: >
9+
A clear and concise description of the question or issue
10+
validations:
11+
required: true
12+
- type: markdown
13+
attributes:
14+
value: >
15+
Thanks for contributing!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- Replace [ ] with [X] to check a box -->
2+
3+
- [ ] Closes #xxxx (Replace xxxx with the GitHub issue number, or delete line).
4+
- [ ] Tests added and passed if fixing a bug or adding a new feature.
5+
6+
### Description
7+
<!-- Describe your changes in detail -->
8+

0 commit comments

Comments
 (0)