From f7e38bcb1b74905e2e0beb3882eedba2b1646b84 Mon Sep 17 00:00:00 2001 From: Andreia Date: Mon, 31 Mar 2025 17:34:54 +0200 Subject: [PATCH 1/6] Create pull_request_template.md Creating a pull request template that matches the format of the MySQL template, plus a checklist item required by the documentation maintenance policy. --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..f7051a025f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Issue + +## Solution + +## Checklist +- [ ] I have checked and added or updated relevant documentation. + From d7f95ae7cdb8d6caa987ca7d84c4e4138d2a7e83 Mon Sep 17 00:00:00 2001 From: Andreia Date: Mon, 31 Mar 2025 17:39:39 +0200 Subject: [PATCH 2/6] Slight reword --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f7051a025f..5654008f18 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,5 +3,5 @@ ## Solution ## Checklist -- [ ] I have checked and added or updated relevant documentation. +- [ ] I have added or updated relevant documentation. From 17e859bc375f085555a8237f25abc97a908edaeb Mon Sep 17 00:00:00 2001 From: Andreia Date: Thu, 3 Apr 2025 14:44:27 +0200 Subject: [PATCH 3/6] Add checklist about system requirements --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5654008f18..f03167eff9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,4 +4,4 @@ ## Checklist - [ ] I have added or updated relevant documentation. - +- [ ] I have updated the [system requirements](https://charmhub.io/postgresql/docs/r-system-requirements) accordingly. From 3228f982fec9dc9c4250088cead227f343e55b52 Mon Sep 17 00:00:00 2001 From: Andreia Date: Tue, 8 Apr 2025 10:52:29 +0200 Subject: [PATCH 4/6] Add item about cloud resources As per JNSGRUK-13 --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f03167eff9..1eae5d9d95 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,5 +3,6 @@ ## Solution ## Checklist -- [ ] I have added or updated relevant documentation. -- [ ] I have updated the [system requirements](https://charmhub.io/postgresql/docs/r-system-requirements) accordingly. +- [ ] I have added or updated relevant feature documentation. +- [ ] I have added or updated the [system requirements](https://charmhub.io/postgresql/docs/r-system-requirements). +- [ ] I have cleaned any remaining cloud resources from my accounts. From 40fb894486ac7d41f9e8958f1ea21e8e2cb696b3 Mon Sep 17 00:00:00 2001 From: Andreia Date: Tue, 8 Apr 2025 10:55:06 +0200 Subject: [PATCH 5/6] Remove system requirements check --- .github/pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1eae5d9d95..6d6c0c2722 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,5 @@ ## Solution ## Checklist -- [ ] I have added or updated relevant feature documentation. -- [ ] I have added or updated the [system requirements](https://charmhub.io/postgresql/docs/r-system-requirements). +- [ ] I have added or updated relevant documentation. - [ ] I have cleaned any remaining cloud resources from my accounts. From 3acfbb14a60689cc856ced4b35711aaf3842f621 Mon Sep 17 00:00:00 2001 From: Andreia Date: Tue, 8 Apr 2025 10:55:55 +0200 Subject: [PATCH 6/6] nit --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6d6c0c2722..9a15830dbd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,5 +3,5 @@ ## Solution ## Checklist -- [ ] I have added or updated relevant documentation. +- [ ] I have added or updated any relevant documentation. - [ ] I have cleaned any remaining cloud resources from my accounts.