From 95b69bf6ac240ae410ec597985ab357db5818380 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Tue, 27 Jan 2026 12:47:05 +0800 Subject: [PATCH] :art: Improve PR template (#16919) --- .github/PULL_REQUEST_TEMPLATE.md | 36 ++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 79cb9dd04..b5a638421 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,32 @@ -## Feature or bug? 特性或者缺陷? +## Description / 描述 -If you want to contribute a feature or bug fix, please submit an issue first. After a full discussion in the community, we will decide whether to make the change. Do not submit a contribution code directly, otherwise it may be rejected. -如果你想贡献一个特性或者缺陷修复,请先提交一个 issue。在社区充分讨论后,我们会决定是否进行变更。不要直接提交一个贡献代码,否则可能会被拒绝。 + -## Multilingual or copywriting? 多语言或者文案? +## Type of change / 变更类型 -Please submit directly, we will evaluate. -请直接提交,我们会进行评估。 +- [ ] Bug fix + 缺陷修复 +- [ ] New feature + 新功能 +- [ ] Text updates or new language additions + 修改文案或增加新语言 -## Dev branch! + + +## Checklist / 检查清单 + +- [ ] I have performed a self-review of my own code + 我对自己的代码进行了自我审查 +- [ ] I have full rights to the submitted code and agree to license it under this project's AGPL-3.0 license + 我拥有所提交代码的完整权利,并同意其以本项目的 AGPL-3.0 许可证授权 +- [ ] PR is submitted to the `dev` branch and has no merge conflicts + PR 提交到 `dev` 分支,并且没有合并冲突 \ No newline at end of file