Skip to content

Commit 807d2c0

Browse files
committed
Add pull request template
1 parent 2e9cea9 commit 807d2c0

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+7
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ body:
3838
label: Additional Information
3939
description: Any additional information that may help in resolving the bug.
4040
placeholder: Add any other context about the bug or ideas on how to resolve it.
41+
- type: checkboxes
42+
id: want-to-fix
43+
attributes:
44+
label: Want to Fix
45+
description: Check this box if you are willing to fix the bug.
46+
options:
47+
- label: I want to fix this bug

.github/PULL_REQUEST_TEMPLATE.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
Thank you for contributing!
3+
Please carefully read and complete the following information before submitting your pull request.
4+
-->
5+
6+
### Description
7+
<!-- Describe and justify the changes your pull request introduces here. -->
8+
<!-- If applicable, include screenshots or examples to show what is being changed. -->
9+
10+
11+
### Related Issues
12+
<!-- Link the issues that will be resolved with this pull request. -->
13+
<!-- If there is no related issue, please open one first to discuss the bug or feature. -->
14+
15+
Resolves
16+
17+
### Checklist
18+
<!-- Check of the following before submitting. -->
19+
20+
- [ ] I have thoroughly tested the changes.
21+
- [ ] I have documented any new classes, functions, properties, etc., in the codebase.
22+
- [ ] I have verified the code style using `npm run lint`.

0 commit comments

Comments
 (0)