- Add PR template with description, type of change, and contributing checklist - Enforce target branch: label + comment + 24h auto-close for PRs targeting main - Flag bad issue titles: label + comment + 24h auto-close instead of instant close - Redirect feature requests to Discussions (instant close, unchanged) - Add two scheduled workflows to close stale labeled issues and PRs after 24h - Update CONTRIBUTING.md with tests and branch up-to-date requirements
862 B
862 B
Description
Related Issue or Discussion
Type of Change
- Bug fix
- New feature
- Breaking change
- Documentation update
Checklist
- I have read the Contributing Guidelines
- My branch is up to date with
dev - This PR targets the
devbranch, notmain - I have tested my changes locally
- I have added/updated tests that prove my fix is effective or that my feature works
- I have updated documentation if needed