Skip to content

Commit 65f4718

Browse files
committed
Adding pull request template
1 parent 2470090 commit 65f4718

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
Thank you for contributing!
3+
Please fill out the fields below to ensure a smooth review.
4+
-->
5+
6+
## Description
7+
8+
<!-- A short, bullet-point summary of *what* this PR does and *why*. -->
9+
10+
## Related Issue
11+
12+
<!-- e.g. Fixes #42, Addresses #99, Closes #123 -->
13+
14+
## Type of Change
15+
16+
- [ ] 🐞 Bug fix
17+
- [ ] ✨ New feature
18+
- [ ] 📚 Documentation update
19+
- [ ] ♻️ Refactor / code quality
20+
- [ ] ✅ Tests / CI
21+
- [ ] 🔧 Build tooling
22+
- [ ] Other (please describe):
23+
24+
## Checklist
25+
26+
- [ ] I have read the **Code of Conduct**.
27+
- [ ] I have run `pre-commit` hooks or equivalent linters/formatters.
28+
- [ ] I have added/updated tests where applicable.
29+
- [ ] I have updated the **documentation** accordingly.
30+
- [ ] My changes respect the project’s **license** and **style guidelines**.

0 commit comments

Comments
 (0)