From bf48b33e647f0cdb9f3883fbd09a0793ed3dd74f Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:14:15 +0200 Subject: [PATCH 1/7] Update pull_request_template.md --- .github/pull_request_template.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3ded74ce3..972329c11 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,24 @@ -> Always use `next` branch as destination branch for PRs, not `main` +> [!IMPORTANT] +> - Always select the `next` branch as the destination for your PR, not `main`! +> - Fill out the [Issues](#issues) (if applicable) and [Changes](#changes) sections below. +> - List all changes using the following prefixes: +> - fix: (for bug fixes) +> - feat: (for new features) +> - improvement: (for enhancing existing features) +> - service: (for new services) +> - chore: (for maintenance, refactoring, dependencies, etc.) +> - Complete the [Checklist](#checklist) before submitting. +> - Remove this note and any unused sections before submitting. + +### Issues +- Fixes: + +### Changes +- + +### Checklist +- [ ] I have selected the `next` branch as the destination. +- [ ] I have tested my changes. +- [ ] I have listed all changes in the [Changes](#changes) section. +- [ ] I have considered backwards compatibility. +- [ ] I have removed the instruction note and any unused sections. From 19458e74454adfaa567fa57f0b21262f21b285d4 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:47:19 +0200 Subject: [PATCH 2/7] Update pull_request_template.md --- .github/pull_request_template.md | 33 +++++++++++--------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 972329c11..c9cc98c53 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,24 +1,13 @@ -> [!IMPORTANT] -> - Always select the `next` branch as the destination for your PR, not `main`! -> - Fill out the [Issues](#issues) (if applicable) and [Changes](#changes) sections below. -> - List all changes using the following prefixes: -> - fix: (for bug fixes) -> - feat: (for new features) -> - improvement: (for enhancing existing features) -> - service: (for new services) -> - chore: (for maintenance, refactoring, dependencies, etc.) -> - Complete the [Checklist](#checklist) before submitting. -> - Remove this note and any unused sections before submitting. - -### Issues -- Fixes: - -### Changes -- - -### Checklist -- [ ] I have selected the `next` branch as the destination. +### Submit Checklist (REMOVE THIS SECTION BEFORE SUBMITTING) +- [ ] I have selected the `next` branch as the destination for my PR, not `main`. +- [ ] I have filled out the `Fixes` section with the issue link(s) (if applicable). +- [ ] I have listed all changes in the `Changes` section. - [ ] I have tested my changes. -- [ ] I have listed all changes in the [Changes](#changes) section. - [ ] I have considered backwards compatibility. -- [ ] I have removed the instruction note and any unused sections. +- [ ] I have removed this checklist note and any unused sections. + + +Fixes: + +## Changes +- From 39449584ac99b9e8e89f811ede765d5f7836536c Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:04:19 +0200 Subject: [PATCH 3/7] Update pull_request_template.md --- .github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c9cc98c53..f2fb93c5d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,13 @@ -### Submit Checklist (REMOVE THIS SECTION BEFORE SUBMITTING) +## Submit Checklist (REMOVE THIS SECTION BEFORE SUBMITTING) - [ ] I have selected the `next` branch as the destination for my PR, not `main`. -- [ ] I have filled out the `Fixes` section with the issue link(s) (if applicable). - [ ] I have listed all changes in the `Changes` section. +- [ ] I have filled out the `Issues` section with the issue/discussion link(s) (if applicable). - [ ] I have tested my changes. - [ ] I have considered backwards compatibility. - [ ] I have removed this checklist note and any unused sections. - -Fixes: - ## Changes - + +## Issues +- fix #... From 7b33ef705b0fe74ff4475baf6a42f7019b6087b6 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:07:19 +0200 Subject: [PATCH 4/7] Update pull_request_template.md --- .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 f2fb93c5d..572076de9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ - [ ] I have filled out the `Issues` section with the issue/discussion link(s) (if applicable). - [ ] I have tested my changes. - [ ] I have considered backwards compatibility. -- [ ] I have removed this checklist note and any unused sections. +- [ ] I have removed this checklist and any unused sections. ## Changes - From 95a97cf9cd0a3de587061bb091b34fff3cc0083d Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:09:00 +0200 Subject: [PATCH 5/7] Update pull_request_template.md --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 572076de9..506ee8ef3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,9 @@ - [ ] I have removed this checklist and any unused sections. ## Changes -- +- Fix: ... +- Feat: ... +- ... ## Issues - fix #... From 3b6c3609c3f17cdb8ad71b4a2c8dd8633ad75233 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:11:30 +0200 Subject: [PATCH 6/7] Update pull_request_template.md --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 506ee8ef3..a3047a8e6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,8 +7,6 @@ - [ ] I have removed this checklist and any unused sections. ## Changes -- Fix: ... -- Feat: ... - ... ## Issues From d3485cea8da137c806e29982b821f09cd99241c3 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:27:48 +0200 Subject: [PATCH 7/7] Update pull_request_template.md --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a3047a8e6..5afe00a30 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,7 @@ - [ ] I have removed this checklist and any unused sections. ## Changes -- ... +- ## Issues -- fix #... +- fix #