From 343a000478a533524f84e7f5adbf4f71b6b5bc37 Mon Sep 17 00:00:00 2001 From: Vaishnav88sk Date: Thu, 9 Jul 2026 21:10:33 +0530 Subject: [PATCH 1/2] feat: Add organization-wide AI Contribution Policy Signed-off-by: Vaishnav88sk --- .github/pull_request_template.md | 10 +++++ AI-POLICY.md | 67 ++++++++++++++++++++++++++++++++ CONTRIBUTING.md | 4 ++ 3 files changed, 81 insertions(+) create mode 100644 AI-POLICY.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6951f4e..96b95a2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,16 @@ - ... - ... +### Checklist + +Please ensure your pull request adheres to the following guidelines: + +- [ ] For first-time contributors, I have read the [contributing guidelines](../CONTRIBUTING.md). +- [ ] All code is covered by tests where feasible. +- [ ] All commits follow the [conventional commits](https://www.conventionalcommits.org/) specification. +- [ ] I have updated the relevant documentation. +- [ ] If used or assisted by any Gen AI tool for this PR, I have disclosed it and adhered to the [AI Contribution Policy](../AI-POLICY.md). + ### Related issue(s)