From e10ca1af1bc263b5a8d241809463192ec52d7587 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Mon, 27 Jul 2026 20:49:07 +0300 Subject: [PATCH] docs: request LLM model disclosure in PRs - Add a lightweight AI assistance field to the pull request template - Ask contributors to list materially used models without requiring prompts or automated enforcement --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ CONTRIBUTING.md | 1 + 2 files changed, 7 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 332ba4b29..99149fb4b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,12 @@ Before opening a PR, read `CONTRIBUTING.md` and `AGENTS.md`. PRs should explain - Add a concise summary here. +### AI assistance + + + +Models: None + ### Validation - [ ] `bun run check` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3556d42eb..7bdb4c4f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,6 +35,7 @@ Pull requests must be reviewable without guessing the author's intent. - Explain what changed and why it changed. - Include a concrete list or paragraph of meaningful changes. - Document validation, such as `bun run check`, targeted tests, docs-only review, or an explicit reason validation was not run. +- Complete the AI assistance section. If an LLM materially helped create or modify the PR, list the model names you know. Write `None` otherwise. This is review context, not authorship attribution; prompts and transcripts are not required. - Keep the body primarily in English. Code identifiers, file paths, logs, error messages, and short quoted examples may use their original language. ### Reviewability