We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40c733 commit e147eadCopy full SHA for e147ead
.github/pull_request_template.md
@@ -15,6 +15,11 @@ Please fill in the following content to let us know better about this change.
15
16
- [ ] Add test cases to all the changes you introduce
17
- [ ] 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
23
- [ ] Update the documentation for the changes
24
25
### Documentation Changes
0 commit comments