From a4a0c65dc86ef0971ed479807be86b27456eba8f Mon Sep 17 00:00:00 2001 From: Malcolm Baig Date: Thu, 22 Feb 2024 13:32:43 +0000 Subject: [PATCH 1/2] Update Azure tools in .tool-versions - Add the latest azure-cli version - Add kubelogin to the list (needed when interacting with AKS clusters). --- .tool-versions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index 16dc2185..60986a99 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,6 +1,7 @@ -azure-cli 2.37.0 +azure-cli 2.57.0 nodejs 18.1.0 postgres 13.5 redis 6.2.6 ruby 3.3.0 yarn 1.22.19 +kubelogin 0.1.0 From 207c96f4c71c8d59793edc22d5aeea192d992871 Mon Sep 17 00:00:00 2001 From: Malcolm Baig Date: Thu, 22 Feb 2024 13:34:13 +0000 Subject: [PATCH 2/2] Use comment syntax in PR template So you don't have a bunch of PR guidance that needs deleting every time you raise a PR. --- .github/pull_request_template.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c6aad93a..8362fbd7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,23 @@ ### Context -Include relevant motivation and context. + ### Changes proposed in this pull request -Include a summary of the change. + + + + + ### Guidance to review -Include any useful information needed to review this change. -Include any dependencies that are required for this change. + + + +### Link to Trello card + + ### Checklist