From 2b274538e7a8bb6465dc6c6c4c01e8b7fe9200df Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 12 Jan 2026 17:30:10 +0800 Subject: [PATCH] Improve PR template with project section and clarified checklist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add dedicated Project section at top for contributors to specify project name and URL upfront. Clarify checklist item from "One link per Pull Request" to "One project per PR" for better consistency with PR title format guideline. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 67b78347..f88b5534 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,10 @@ +## Project + +[Project Name](url) + ## Checklist -- [ ] One link per Pull Request +- [ ] One project per PR - [ ] PR title format: `Add project-name` - [ ] Entry format: `* [project-name](url) - Description ending with period.` - [ ] Description is concise and short