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] 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 +-