diff options
| author | 2026-01-16 04:16:39 +0100 | |
|---|---|---|
| committer | 2026-01-16 04:16:39 +0100 | |
| commit | 7955de1f3362777f476759c3c7b2ba083688b0ae (patch) | |
| tree | 42e33064697ce350c83a40d7bb0bc95ddc2b494b /.github/PULL_REQUEST_TEMPLATE/en-pull_request_template.md | |
| parent | 390ad02a7d24d0ebb902d0af8722106606638efe (diff) | |
| download | DropOut-7955de1f3362777f476759c3c7b2ba083688b0ae.tar.gz DropOut-7955de1f3362777f476759c3c7b2ba083688b0ae.zip | |
feat: add LLM-generated code disclosure section to PR templates
Add transparency requirement for LLM-assisted contributions with three options:
- LLM-generated code with quality assurance
- LLM-generated code without quality assurance
- No LLM-generated code
Available in both English and Chinese templates.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE/en-pull_request_template.md')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/en-pull_request_template.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/en-pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/en-pull_request_template.md index b9b9745..79a8148 100644 --- a/.github/PULL_REQUEST_TEMPLATE/en-pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/en-pull_request_template.md @@ -16,6 +16,14 @@ - [ ] Configuration change - [ ] Test addition or update +## LLM-Generated Code Disclosure + +<!-- If this PR contains LLM-generated code, please disclose it here --> + +- [ ] This PR contains LLM-generated code, and I **provide** quality assurance +- [ ] This PR contains LLM-generated code, and I **do not provide** quality assurance +- [ ] This PR does not contain LLM-generated code + ## Related Issues <!-- Link to related issues using #issue_number --> |