chore: require linked issue in PR template (#4112)

Adds a prominent "Linked issue" section at the top of the PR template
with a required acknowledgement checkbox. PRs that leave the issue
number blank or uncheck the box signal they haven't read the contribution
guidelines and will be closed.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Tom Boucher 2026-04-13 07:56:19 -04:00 committed by GitHub
parent ab03677567
commit 2c75425916

View file

@ -1,3 +1,16 @@
## Linked issue
<!--
PRs without a linked issue will be closed.
Open or find an issue first: https://github.com/gsd-build/gsd-2/issues
-->
Closes #<!-- issue number — required -->
- [ ] I have linked an issue above. I understand that PRs without a linked issue will be closed without review.
---
## TL;DR
**What:** <!-- One sentence — what does this change? -->
@ -10,7 +23,7 @@
## Why
<!-- The motivation. What problem does this solve? Link issues: Closes #123 -->
<!-- The motivation. What problem does this solve? -->
## How