File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,19 @@ Please fill in the following content to let us know better about this change.
9
9
10
10
## Checklist
11
11
12
+ - [ ] I've 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
15
18
- [ ] Update the documentation for the changes
16
19
17
- ## Expected behavior
20
+ ### Documentation Changes
21
+
22
+ - [ ] Run ` poetry doc ` locally to ensure the documentation pages renders correctly
23
+
24
+ ## Expected Behavior
18
25
<!-- A clear and concise description of what you expected to happen -->
19
26
20
27
@@ -25,5 +32,5 @@ Please fill in the following content to let us know better about this change.
25
32
3. ... -->
26
33
27
34
28
- ## Additional context
35
+ ## Additional Context
29
36
<!-- 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