Files
get-shit-done/.github/pull_request_template.md
Tom Boucher 17c65424ad ci: auto-close draft PRs with policy message (#1765)
- Add close-draft-prs.yml workflow that auto-closes draft PRs with
  explanatory comment directing contributors to submit completed PRs
- Update CONTRIBUTING.md with "No draft PRs" policy
- Update default PR template with draft PR warning

Closes #1762

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 11:11:16 -04:00

2.0 KiB

⚠️ Wrong template — please use the correct one for your PR type

Every PR must use a typed template. Using this default template is a reason for rejection.

Select the template that matches your PR:

PR Type When to use Template link
Fix Correcting a bug, crash, or behavior that doesn't match documentation Use fix template
Enhancement Improving an existing feature — better output, expanded edge cases, performance Use enhancement template
Feature Adding something new — new command, workflow, concept, or integration Use feature template

Not sure which type applies?

  • If it corrects broken behavior → Fix
  • If it improves existing behavior without adding new commands or concepts → Enhancement
  • If it adds something that doesn't exist today → Feature
  • If you are not sure → open a Discussion first

Reminder: Issues must be approved before PRs

For enhancements: the linked issue must have the approved-enhancement label before you open this PR.

For features: the linked issue must have the approved-feature label before you open this PR.

PRs that arrive without a labeled, approved issue are closed without review.

No draft PRs. Draft PRs are automatically closed. Only open a PR when your code is complete, tests pass, and the correct template is used. See CONTRIBUTING.md.

See CONTRIBUTING.md for the full process.