From 49d7bbca3477d55d5d030a2fb3120102af1d910c Mon Sep 17 00:00:00 2001 From: oopsbagel Date: Mon, 23 Feb 2026 19:19:45 -0800 Subject: [PATCH] pr templates: add checkboxes for our genai policy This commit introduces checkboxes where users can certify that either they did not use generative AI to create their pull request, or that they did but they understand the code and wrote all comments and descriptions themselves, per our recently publicised open source policy. --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cbdfc0c..05e8d4e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,3 +6,7 @@ - [ ] Code has been linted and run through `cargo fmt`. - [ ] If any new functionality has been added, unit tests were also added. - [ ] [CONTRIBUTING.md](https://github.com/EFForg/rayhunter/blob/main/CONTRIBUTING.md) has been read. + +You must check one of: +- [ ] No generative AI (including LLMs) tools were used to create this PR. +- [ ] Generative AI was used to create this PR. I certify that I have read and understand the code, and *that all comments and descriptions were authored by myself* and are not the product of generative AI.