From 057a16000b1fa4d285acb764aac55b100539b768 Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Sun, 28 Dec 2025 19:35:21 +0530 Subject: [PATCH] chore: updated pull request template to include more details for our new contributors guideline --- .github/pull_request_template.md | 57 ++++++++++++++++++++++++++------ 1 file changed, 46 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5afe00a30..dec20e9ac 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,48 @@ -## Submit Checklist (REMOVE THIS SECTION BEFORE SUBMITTING) -- [ ] I have selected the `next` branch as the destination for my PR, not `main`. -- [ ] 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 and any unused sections. + +### Changes + + +> +> -## Changes -- -## Issues -- fix # +### Issue + +> - + + +### Category + +> - [x] Bug fix +> - [x] New feature +> - [x] Adding new one click service +> - [x] Fixing or updating existing one click service + + +### Screenshots or Video (if applicable) + + + + +### AI Usage + + +> - [x] AI is used in the process of creating this PR +> - [x] AI is NOT used in the process of creating this PR + + +### Steps to Test + + +> - Step 1 – what to do first +> - Step 2 – next action +> - Step 3 – expected outcome +> - Step 4 – additional checks (if any) + + +### Contributor Agreement + +> [!IMPORTANT] + > - [x] I have read and understood the [contributor guidelines](https://github.com/coollabsio/coolify/blob/v4.x/CONTRIBUTING.md). If I have failed to follow any guideline, I understand that this PR may be closed without review. + > - [x] I have tested the changes thoroughly and am confident that they will work as expected without issues when the maintainer tests them +