Skip to content

Commit 4648578

Browse files
committed
docs(pull_request_template): make the checklist holistic
1 parent 617b610 commit 4648578

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/pull_request_template.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,19 @@ Please fill in the following content to let us know better about this change.
99

1010
## Checklist
1111

12+
- [ ] I've read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/)
13+
14+
### Code Changes
15+
1216
- [ ] Add test cases to all the changes you introduce
13-
- [ ] Run `poetry all` locally to ensure this change passes linter check and test
14-
- [ ] Test the changes on the local machine manually
17+
- [ ] Run `poetry all` locally to ensure this change passes linter check and tests
1518
- [ ] Update the documentation for the changes
1619

17-
## Expected behavior
20+
### Documentation Changes
21+
22+
- [ ] Run `poetry doc` locally to ensure the documentation pages renders correctly
23+
24+
## Expected Behavior
1825
<!-- A clear and concise description of what you expected to happen -->
1926

2027

@@ -25,5 +32,5 @@ Please fill in the following content to let us know better about this change.
2532
3. ... -->
2633

2734

28-
## Additional context
35+
## Additional Context
2936
<!-- Add any other RELATED ISSUE, context or screenshots about the pull request here. -->

0 commit comments

Comments
 (0)