From c38df836591848ad075337c6440862faacf219ea Mon Sep 17 00:00:00 2001 From: Nicholas Wiltsie Date: Tue, 24 Oct 2023 16:33:14 -0700 Subject: [PATCH] Resolve broken Confluence links --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 012931f..5f12f44 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,15 +36,15 @@ ### Formatting -- [ ] I have read the [code review guidelines](https://confluence.mednet.ucla.edu/x/TCLQB) and the [code review best practice on GitHub check-list](https://confluence.mednet.ucla.edu/x/FCMDBQ). +- [ ] I have read the [code review guidelines](https://uclahs-cds.atlassian.net/wiki/spaces/BOUTROSLAB/pages/3187646/Code+Review+Guidelines) and the [code review best practice on GitHub check-list](https://uclahs-cds.atlassian.net/wiki/spaces/BOUTROSLAB/pages/3189956/Code+Review+Best+Practice+on+GitHub+-+Check+List). -- [ ] The name of the branch is meaningful and well formatted following the [standards](https://confluence.mednet.ucla.edu/x/FCMDBQ), using \[AD_username (or 5 letters of AD if AD is too long)]-\[brief_description_of_branch]. +- [ ] The name of the branch is meaningful and well formatted following the [standards](https://uclahs-cds.atlassian.net/wiki/spaces/BOUTROSLAB/pages/3189956/Code+Review+Best+Practice+on+GitHub+-+Check+List), using \[AD_username (or 5 letters of AD if AD is too long)]-\[brief_description_of_branch]. -- [ ] I have set up or verified the branch protection rule following the [github standards](https://confluence.mednet.ucla.edu/x/riQDBQ#GitHubStandards-Branchprotectionrule) before opening this pull request. +- [ ] I have set up or verified the branch protection rule following the [github standards](https://uclahs-cds.atlassian.net/wiki/spaces/BOUTROSLAB/pages/3190380/GitHub+Standards#GitHubStandards-Branchprotectionrule) before opening this pull request. ### File Updates -- [ ] I have ensured that the version number update follows the [versioning standards](https://confluence.mednet.ucla.edu/x/2STQB). +- [ ] I have ensured that the version number update follows the [versioning standards](https://uclahs-cds.atlassian.net/wiki/spaces/BOUTROSLAB/pages/3188472/Docker+image+versioning+standardization). - [ ] I have updated the version number in the `Dockerfile`, `README.md` and `metadata.yaml` files.