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
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,26 @@
4
4
5
5
<!-- Please summarize the changes -->
6
6
7
-
### Related issue number
7
+
### Related issues or PRs
8
8
9
-
<!-- For example: "Closes #1234" -->
9
+
<!-- For example: "Closes #1234" or "Fixes bug introduced in #5678 -->
10
10
11
-
### How to verify the PR
11
+
### (Optional) List any documentation or testing added
12
12
13
-
<!--Please provide instruction or screenshots on how to verify the PR.-->
13
+
<!--Describe which features were documented/tested -->
14
14
15
-
### Was the PR tested
15
+
### (Optional) How to verify the contribution
16
16
17
-
<!-- Describe how PR was tested -->
18
-
-[ ] I have added >=1 unit test(s) for every new method I have added.
19
-
-[ ] I have ensured all unit tests pass
17
+
<!-- Provide instructions on how to verify your contribution if unit tests do not provide coverage -->
18
+
19
+
### Checklist for passing CI/CD:
20
+
21
+
<!-- Mark completed tasks with "- [x]" -->
22
+
-[ ] All commits are signed showing "Signed-off-by: Name \<[email protected]\>" with `git commit -signoff` or equivalent
23
+
-[ ] PR title and commit messages adhere to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
24
+
-[ ] Contribution is formatted with `tox -e fix`
25
+
-[ ] Contribution passes linting with `tox -e lint`
26
+
-[ ] Contribution passes spellcheck with `tox -e spellcheck`
27
+
-[ ] Contribution passes all unit tests with `tox -e unit`
28
+
29
+
Note: CI/CD performs unit tests on multiple versions of Python from a fresh install. There may be differences with your local environment and the test environment.
0 commit comments