aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorBegonia, HE <163421589+BegoniaHe@users.noreply.github.com>2026-01-16 04:16:39 +0100
committerBegonia, HE <163421589+BegoniaHe@users.noreply.github.com>2026-01-16 04:16:39 +0100
commit7955de1f3362777f476759c3c7b2ba083688b0ae (patch)
tree42e33064697ce350c83a40d7bb0bc95ddc2b494b /.github
parent390ad02a7d24d0ebb902d0af8722106606638efe (diff)
downloadDropOut-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')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/cn-pull_request_template.md8
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/en-pull_request_template.md8
2 files changed, 16 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/cn-pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/cn-pull_request_template.md
index 3a6b749..abcbaa1 100644
--- a/.github/PULL_REQUEST_TEMPLATE/cn-pull_request_template.md
+++ b/.github/PULL_REQUEST_TEMPLATE/cn-pull_request_template.md
@@ -16,6 +16,14 @@
- [ ] 配置更改
- [ ] 测试添加或更新
+## LLM 生成代码声明
+
+<!-- 如果此 PR 包含 LLM 生成的代码,请在此声明 -->
+
+- [ ] 此 PR 包含 LLM 生成的代码,我**提供**质量担保
+- [ ] 此 PR 包含 LLM 生成的代码,我**不提供**质量担保
+- [ ] 此 PR 不包含 LLM 生成的代码
+
## 相关 Issue
<!-- 使用 #issue_number 链接相关 issue -->
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 -->