File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,24 @@ Please fill in the following content to let us know better about this change.
9
9
10
10
## Checklist
11
11
12
+ - [ ] I have read the [ contributing guidelines] ( https://commitizen-tools.github.io/commitizen/contributing/ )
13
+
14
+ ### Code Changes
15
+
12
16
- [ ] 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
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
15
23
- [ ] Update the documentation for the changes
16
24
17
- ## Expected behavior
25
+ ### Documentation Changes
26
+
27
+ - [ ] Run ` poetry doc ` locally to ensure the documentation pages renders correctly
28
+
29
+ ## Expected Behavior
18
30
<!-- A clear and concise description of what you expected to happen -->
19
31
20
32
@@ -25,5 +37,5 @@ Please fill in the following content to let us know better about this change.
25
37
3. ... -->
26
38
27
39
28
- ## Additional context
40
+ ## Additional Context
29
41
<!-- Add any other RELATED ISSUE, context or screenshots about the pull request here. -->
You can’t perform that action at this time.
0 commit comments