You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,31 @@ 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 `./scripts/format` and `./scripts/test` 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
+
-[ ] Check and fix any broken links (internal or external) in the documentation
29
+
30
+
> When running `poetry doc`, any broken internal documentation links will be reported in the console output like this:
31
+
>
32
+
> ```text
33
+
> INFO - Doc file 'config.md' contains a link 'commands/bump.md#-post_bump_hooks', but the doc 'commands/bump.md' does not contain an anchor '#-post_bump_hooks'.
34
+
> ```
35
+
36
+
## Expected Behavior
18
37
<!-- A clear and concise description of what you expected to happen -->
19
38
20
39
@@ -25,5 +44,5 @@ Please fill in the following content to let us know better about this change.
25
44
3. ... -->
26
45
27
46
28
-
## Additional context
47
+
## Additional Context
29
48
<!-- Add any other RELATED ISSUE, context or screenshots about the pull request here. -->
0 commit comments