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:
parent
ab03677567
commit
2c75425916
1 changed files with 14 additions and 1 deletions
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue