From b37ce25a349c4f2ad10bb6903644807bed9d1f93 Mon Sep 17 00:00:00 2001 From: SilverSupplier <192233040+SilverSupplier@users.noreply.github.com> Date: Mon, 18 May 2026 00:49:44 +0900 Subject: [PATCH 1/2] docs: clarify related issue links in pr template --- .github/pull_request_template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2e826d9..2a0d9fe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -31,7 +31,8 @@ Add screenshots or a short observed flow only when UI/gameplay changed. -## Issue Links +## Related Issues -Closes # -Refs # +- Closes: +- Related: +- Follow-up: From f655ace76553363b230273c95c6117aab6548be1 Mon Sep 17 00:00:00 2001 From: SilverSupplier <192233040+SilverSupplier@users.noreply.github.com> Date: Mon, 18 May 2026 01:00:55 +0900 Subject: [PATCH 2/2] docs: move related issues near top of pr template --- .github/pull_request_template.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2a0d9fe..f0ca37a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,12 @@ - +## Related Issues + +- Closes: +- Related: +- Follow-up: + ## Verification - [ ] `npm run validate:docs` @@ -31,8 +37,3 @@ Add screenshots or a short observed flow only when UI/gameplay changed. -## Related Issues - -- Closes: -- Related: -- Follow-up: