From a567363682c4967842bd17944b5e02456c9136de Mon Sep 17 00:00:00 2001 From: wookie184 Date: Fri, 12 Jun 2026 23:18:34 +0200 Subject: [PATCH] Add pull request template for disclosing AI usage --- pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..ee3eaab --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,13 @@ +## Description + + +## AI Usage + + + +The contents of this PR are: +- [ ] Not authored by AI. (*Example: Minor usage of AI-based autocomplete*) +- [ ] Partially authored by AI. (*Example: Prompt-based generation of parts of code, or AI review/refactoring tool usage*) +- [ ] Mostly/fully authored by AI. (*Example: Full PR generation by prompting with linked issue*) + + \ No newline at end of file