From 20bb5cca813a445faf1b20f4137c18b5ae5a7f31 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 3 Apr 2026 16:03:33 +0800 Subject: [PATCH] docs: fix entry format in PR template to use - instead of * Co-Authored-By: Claude --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f88b553..05c3b80 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ - [ ] One project per PR - [ ] PR title format: `Add project-name` -- [ ] Entry format: `* [project-name](url) - Description ending with period.` +- [ ] Entry format: `- [project-name](url) - Description ending with period.` - [ ] Description is concise and short ## Why This Project Is Awesome