Skip to content

Commit c49cc8d

Browse files
author
Sunil Thaha
authored
Merge pull request #416 from vprashar2929/chore-pr-temp
docs: improve the pull request template
2 parents f915904 + a003b2f commit c49cc8d

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
<!--
2-
PR Content
2+
Pull Request Template
33
-->
44

55
---
6+
7+
### Checklist for PR Author
8+
69
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`.
1210

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
11+
- [ ] Run the following command to format your code:
12+
13+
```bash
14+
hatch fmt
15+
```
16+
17+
- [ ] Create issues for unresolved comments and link them to this PR. Use one of the following labels:
18+
- `must-fix`: The logic appears incorrect and must be addressed.
19+
- `minor`: Typos, minor issues, or potential refactoring for better readability.
20+
- `nit`: Trivial issues like extra spaces, commas, etc.

0 commit comments

Comments
 (0)