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
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,13 @@ _Why are you making this pull request?_
17
17
18
18
### Checklist
19
19
20
-
_Please go through this checklist and make sure all applicable tasks have been done_
21
-
22
-
-[ ] PR raised from a fork of this repository and made from a branch rather than main.
23
-
-[ ] Write tests
24
-
-[ ] Update documentation
25
-
-[ ] Make sure all unit/integration tests pass
26
-
-[ ] Make sure all Sonarcloud warnings are addressed or are justifiably ignored.
27
-
-[ ] If applicable to the change, make sure system tests pass.
28
-
-[ ] If applicable to the change, [trigger the performance test suite](../blob/main/PERFORMANCE.md#jenkins-pipeline-for-performance). Ensure that any degradations to performance numbers are understood and justified.
29
-
-[ ] Ensure the PR references relevant issue(s) so they are closed on merging.
30
-
-[ ] For user facing changes, update CHANGELOG.md (remember to include changes affecting the API of the test artefacts too).
20
+
The checklist is used to help Committers judge a PR's readiness for merge.
21
+
Contributors: please check off items you consider done.
22
+
23
+
-[ ] New tests written (where applicable).
24
+
-[ ] User facing documentation written/updated (where applicable).
-[ ] Any Sonarcloud warnings are addressed (or suppressed with `@SuppressWarnings` and a justifying comment).
27
+
-[ ] PR references related GitHub issue(s) so they are closed on merging.
31
28
-[ ] If AI tools assisted with code changes, ensure commit messages include `Assisted-by:` trailer (see [DEV_GUIDE.md](../blob/main/DEV_GUIDE.md#ai-disclosure-requirement)).
32
-
33
-
> **_NOTE:_** You must be a member of `@kroxylicious/developers` to trigger the system test and performance test suites. If you are not part of this group, comment on the PR requesting a trigger, tagging `@kroxylicious/developers`.
29
+
-[ ] For user facing changes, update CHANGELOG.md (remember to include changes affecting the API of the test artefacts too).
0 commit comments