From 9bbd6fa6c7bfe5004fc8ca386547aaf39caa6634 Mon Sep 17 00:00:00 2001 From: Preet Kalra Date: Thu, 30 Jul 2026 12:26:34 +0530 Subject: [PATCH] Add pull request template for AI usage disclosure --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..ca77050b2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +## Description + +Please describe your pull request. + +--- + +### Please check if any of the following apply + +- [ ] AI was used in preparing this pull request. + +If checked, please briefly describe: + +- AI tool(s) used: +- How AI was used: +- What you manually reviewed or modified: \ No newline at end of file