Skip to content

Commit 5f75c6f

Browse files
author
Sunil Thaha
authored
Merge pull request #408 from sunya-ch/doc
chore: add PR template for checklist before merge
2 parents d53a6ba + f0d404c commit 5f75c6f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--
2+
PR Content
3+
-->
4+
5+
---
6+
In addition to approval, the author must confirm the following check list:
7+
- [ ] Run
8+
```bash
9+
hatch fmt
10+
```
11+
- [ ] Create issues for unresolved comments for tracking with either one of the following labels and link them to this PR: `must-fix`, `minor`, and `nit`.
12+
13+
- must-fix: the logic seems wrong here. Could you please fix this?
14+
- minor: reciever has a typo
15+
- minor: code can be refactored to better readabilty
16+
- nit: extra space, coma, .. etc

0 commit comments

Comments
 (0)