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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ Checklist:
3
3
*[ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
4
4
*[ ] The title of the PR is (a) [conventional](https://www.conventionalcommits.org/en/v1.0.0/) with a list of types and scopes found [here](https://github.com/argoproj/argo-rollouts/blob/master/.github/workflows/pr-title-check.yml), (b) states what changed, and (c) suffixes the related issues number. E.g. `"fix(controller): Updates such and such. Fixes #1234"`.
5
5
*[ ] I've signed my commits with [DCO](https://github.com/argoproj/argoproj/blob/main/community/CONTRIBUTING.md#legal)
6
-
*[ ] I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
7
6
*[ ] My builds are green. Try syncing with master if they are not.
8
-
*[ ] My organization is added to [USERS.md](https://github.com/argoproj/argo-rollouts/blob/master/USERS.md).
7
+
*[ ] I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
8
+
*[ ] I have run all tests locally (including the flaky ones) and they pass on my workstation
9
+
*[ ] I have used LLM/AI/Agent tools for this PR but I am responsible for all code of this PR
10
+
*[ ] I understand what the code does and WHY/HOW it works in several scenarios
11
+
*[ ] I know if my code is just adding new functionality or changing old functionality for existing users
12
+
*[ ] My organization is added to [USERS.md](https://github.com/argoproj/argo-rollouts/blob/master/USERS.md).
0 commit comments