diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b3b5a7de2..a2ead72ac 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,51 @@ + + ## Changes + + - -## Issues & Discussions +## Issues -- fix # + + +- Fixes + +## Category + +- [ ] Bug fix +- [ ] Improvement +- [ ] New feature +- [ ] Adding new one click service +- [ ] Fixing or updating existing one click service + +## Preview + + + +## AI Assistance + + + +- [ ] AI was NOT used to create this PR +- [ ] AI was used (please describe below) + +**If AI was used:** + +- Tools used: +- How extensively: + +## Testing + + + +## Contributor Agreement + + + +> [!IMPORTANT] +> +> - [ ] I have read and understood the [contributor guidelines](https://github.com/coollabsio/coolify/blob/v5.x/CONTRIBUTING.md). If I have failed to follow any guideline, I understand that this PR may be closed without review. +> - [ ] I have searched [existing issues](https://github.com/coollabsio/coolify/issues) and [pull requests](https://github.com/coollabsio/coolify/pulls) (including closed ones) to ensure this isn't a duplicate. +> - [ ] I have tested all the changes thoroughly with a local development instance of Coolify and I am confident that they will work as expected when a maintainer tests them.