Skip to content

Commit d0501a4

Browse files
chore: add PR template
1 parent d7ecdb3 commit d0501a4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Issue
2+
_Link to the issue resolved by this PR._
3+
4+
## Description
5+
_Description of the approach taken to solve the issue._
6+
7+
## How to test
8+
_How to verify the changes._
9+
10+
## Checklist
11+
- [ ] No redundant \`print()\` statements, commented-out code, or other remnants from the development 👀
12+
- [ ] New/refactored code is following same conventions as the rest of the code base 🧬
13+
- [ ] New/refactored code is tested ⚙
14+
- [ ] Documentation has been updated 🧾
15+
- [ ] Commits are semantic ✅

0 commit comments

Comments
 (0)