Skip to content

Commit e147ead

Browse files
committed
docs(pull_request_template): make the checklist holistic
1 parent c40c733 commit e147ead

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/pull_request_template.md

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Please fill in the following content to let us know better about this change.
1515

1616
- [ ] Add test cases to all the changes you introduce
1717
- [ ] Run `poetry all` locally to ensure this change passes linter check and tests
18+
- [ ] Manually test the changes:
19+
- [ ] Verify the feature/bug fix works as expected in real-world scenarios
20+
- [ ] Test edge cases and error conditions
21+
- [ ] Ensure backward compatibility is maintained
22+
- [ ] Document any manual testing steps performed
1823
- [ ] Update the documentation for the changes
1924

2025
### Documentation Changes

0 commit comments

Comments
 (0)