From c4a8bfc4f4d65a3443e07c3750a15ceb05a6a743 Mon Sep 17 00:00:00 2001 From: kwest0002-lab Date: Sun, 30 Aug 2026 16:56:37 +0100 Subject: [PATCH] fix: clarify pull request template Closes issue linkage reminder Make the PR template checklist item explicit that the PR description must include 'Closes #[issue_id]' per the Stellar Wave issue Guidelines, so contributors no longer rely on remembering it from the issue body. --- .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 575006f..c7f2b22 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ ## Checklist -- [ ] Closes #__ +- [ ] PR description includes: Closes #[issue_id] - [ ] Tests added or updated - [ ] ABI snapshot updated if contract sources changed (`abis/` and `COMEBACKHERE-contracts/`) - [ ] Screenshots attached if UI changed