From 4a38f2d49f3149bc79d305ea7549774c83fd83f0 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Wed, 3 Dec 2025 03:49:02 +0530 Subject: [PATCH] Update PR template to consent for AI usage --- .github/PULL_REQUEST_TEMPLATE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b18db1b88..bcade316d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,10 @@ -# Description +### Description -### Contribution Checklist: +#### Contribution Checklist: +- [ ] **I've used AI significantly to create this pull request** - [ ] **The pull request only addresses one issue or adds one feature.** - [ ] **The pull request does not introduce any breaking changes** - [ ] **I have added screenshots or gifs to help explain the change if applicable.** @@ -12,6 +13,6 @@ Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests. -### Publishing to New Package Managers +#### Publishing to New Package Managers Please see [here](../publishing.md) for more information.