From f00ba5adc6d4620eb5302c07c514b3eea2319612 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Mon, 16 Mar 2026 21:43:14 +0800 Subject: [PATCH] =?UTF-8?q?chore(github):=20=E6=9B=B4=E6=96=B0=20PR=20?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=BB=A5=E5=8C=BA=E5=88=86=20dev=20=E5=92=8C?= =?UTF-8?q?=20master=20=E6=8F=90=E4=BA=A4=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 341581157..e9d0fcdd2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,8 +36,11 @@ - [ ] ⚠️ 我已认真阅读并理解以上所有内容,确保本次提交符合规范。 / I have read and understood all the above and confirm this PR follows the rules. -- [ ] 🚀 我确保本次开发**基于 dev 分支**,并将代码合并至**开发分支**(除非极其紧急,才允许合并到主分支)。 - / I confirm that this development is **based on the dev branch** and will be merged into the **development branch**, unless it is extremely urgent to merge into the main branch. +- [ ] 🚀 本次开发**基于 dev 分支**,并将代码合并至**开发分支**(如果是功能性、较大的 PR)。 + / I confirm that this development is **based on the dev branch** and will be merged into the **development branch** (for functional or major PRs). + +- [ ] 🛠️ 本次开发**直接提交至 master 分支**(如果是补丁类、修复类、较小的 PR)。 + / I confirm that this development is **directly submitted to the master branch** (for patches, fixes, or minor PRs). - [ ] ⚠️ 我**没有**认真阅读以上内容,直接提交。 / I **did not** read the above carefully before submitting.