From 82e8f34d60cc9a119bf64433958d15a37b65ce37 Mon Sep 17 00:00:00 2001 From: forkless Date: Sat, 6 Jun 2026 21:59:12 +0200 Subject: [PATCH] add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5ba04e6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,43 @@ +--- +name: Pull request +about: Propose a change to NotAlterra +title: '' +labels: '' +assignees: '' +--- + +> **I will not respond to PRs that do not include a clear description or +> that introduce unnecessary complexity.** If you are fixing a bug, say +> what bug and how it was reproduced. If you are adding a feature, explain +> why it belongs in this tool and not in a fork. + +## Description + +What does this change do, and why is it needed? + +## Type of change + +- [ ] Bug fix +- [ ] New feature +- [ ] Refactor / code quality +- [ ] Documentation +- [ ] Build / CI +- [ ] Other: ___________ + +## Verification + +- [ ] `cargo test` passes (all tests, including integration) +- [ ] `python3 tests/_check.py` passes (100% doc coverage) +- [ ] `npm install -g @inspecode/check && check --cargo-extra-args="-- --nocapture"` passes (if applicable) +- [ ] No new compiler warnings +- [ ] CHANGELOG.md updated if the change is user-facing + +## Notes (optional) + +Any background context, design trade-offs, or areas that need careful +review. + +--- + +NotAlterra is maintained by a single person. PRs may take time to review. +A polite ping after a week is fine. Please be patient.