Skip to content

Commit cd68f50

Browse files
Add GitHub Pull Request template (#43)
1 parent 0ea6e4d commit cd68f50

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Description
2+
3+
Please include a summary of the changes, along with the rationale and context. If applicable, please also reference any related issues.
4+
5+
Closes # (issue)
6+
7+
## Type of change
8+
9+
<!-- Delete the types that are not applicable -->
10+
11+
- New feature (adds new functionality)
12+
- Bug fix (fixes an issue)
13+
- Chore (non-code task, such as docs or dependency update)
14+
- Release (prepares a release)
15+
16+
## Checklist
17+
18+
- [ ] I have run the [`pre-commit`](https://pre-commit.com/) checks either with `pre-commit run --all` or by integrating `pre-commit` into my workflow
19+
- [ ] I have added tests to ensure my changes work as expected without errors (if applicable)
20+
- [ ] I have provided clear context, rationale, and linked any related issues (if applicable)
21+
- [ ] I have updated the documentation (if applicable)

0 commit comments

Comments
 (0)