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