Skip to content

Commit

Permalink
Fix hyperlinks in pull request templates (kroxylicious#1518)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Wall <[email protected]>
  • Loading branch information
k-wall authored Sep 17, 2024
1 parent bf1c4e1 commit 40c71da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ _Please go through this checklist and make sure all applicable tasks have been d
- [ ] Update documentation
- [ ] Make sure all unit/integration tests pass
- [ ] Make sure all Sonarcloud warnings are addressed or are justifiably ignored.
- [ ] If applicable to the change, [trigger the system test suite](/DEV_GUIDE.md#jenkins-pipeline-for-system-tests). Make sure tests pass.
- [ ] If applicable to the change, [trigger the performance test suite](/PERFORMANCE.md#jenkins-pipeline-for-performance). Ensure that any degradations to performance numbers are understood and justified.
- [ ] If applicable to the change, [trigger the system test suite](../blob/main/DEV_GUIDE.md#jenkins-pipeline-for-system-tests). Make sure tests pass.
- [ ] 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.
- [ ] Ensure the PR references relevant issue(s) so they are closed on merging.
- [ ] For user facing changes, update CHANGELOG.md (remember to include changes affecting the API of the test artefacts too).

Expand Down

0 comments on commit 40c71da

Please sign in to comment.