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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,16 @@ For internal use only. Please select the risk level of this change:
29
29
30
30
#### How did/will you validate this change?
31
31
32
-
<!-- Delete options that don't apply. -->
32
+
<!-- Delete options that don't apply. Be explicit about test coverage. If no new tests are added, explain why they are not needed. -->
33
33
34
34
-**Test repository** - This change will be tested on a test repository before merging.
35
-
-**Unit tests** - I am depending on unit test coverage (i.e. tests in `.test.ts` files).
35
+
-**Unit tests** - I am depending on existing unit test coverage (i.e. tests in `.test.ts` files).
36
36
-**End-to-end tests** - I am depending on PR checks (i.e. tests in `pr-checks`).
37
+
-**New / updated tests** - I have added or updated unit / end-to-end tests to cover new or changed functionality (summarize below) OR I am providing a justification below for why test updates are not required.
37
38
-**Other** - Please provide details.
38
-
-**None** - I am not validating these changes.
39
+
-**None** - I am not validating these changes (provide justification below).
40
+
41
+
<!-- If you selected "New / updated tests" or omitted adding tests, briefly summarize test additions or rationale: -->
39
42
40
43
#### If something goes wrong after this change is released, what are the mitigation and rollback strategies?
41
44
@@ -57,5 +60,6 @@ For internal use only. Please select the risk level of this change:
57
60
### Merge / deployment checklist
58
61
59
62
- Confirm this change is backwards compatible with existing workflows.
63
+
- Tests (unit and/or end-to-end) have been added or updated as needed and are passing, OR a justification for not adding tests has been provided.
60
64
- Consider adding a [changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) entry for this change.
61
65
- Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md) and docs have been updated if necessary.
0 commit comments