|
| 1 | +<!-- |
| 2 | +Thanks for contributing to testsprite-cli! |
| 3 | +
|
| 4 | +Open this PR against `main` (this repo has only `main` as its contribution |
| 5 | +branch). For large or breaking changes, please open an issue first so we can |
| 6 | +agree on the approach before you invest time — see CONTRIBUTING.md. |
| 7 | +--> |
| 8 | + |
| 9 | +## What does this PR do? |
| 10 | + |
| 11 | +<!-- A clear, concise description of the change and the motivation behind it. --> |
| 12 | + |
| 13 | +## Related issue |
| 14 | + |
| 15 | +<!-- e.g. "Closes #123". Required for features and behavior changes — open an |
| 16 | + issue first and get it assigned (comment `/assign` there); see |
| 17 | + CONTRIBUTING.md → Contribution model. Docs and small fixes don't need one. --> |
| 18 | + |
| 19 | +## Type of change |
| 20 | + |
| 21 | +- [ ] Bug fix (non-breaking change that fixes an issue) |
| 22 | +- [ ] New feature (non-breaking change that adds functionality) |
| 23 | +- [ ] Breaking change (fix or feature that changes existing behavior) |
| 24 | +- [ ] Documentation only |
| 25 | +- [ ] Build / CI / chore |
| 26 | + |
| 27 | +## Checklist |
| 28 | + |
| 29 | +- [ ] PR targets the `main` branch. |
| 30 | +- [ ] Commits follow [Conventional Commits](https://www.conventionalcommits.org) |
| 31 | + (`feat(...)`, `fix(...)`, `docs(...)`, …). |
| 32 | +- [ ] `npm run lint` and `npm run format:check` pass. |
| 33 | +- [ ] `npm run typecheck` passes. |
| 34 | +- [ ] `npm test` passes and coverage stays at or above the 80% gate. |
| 35 | +- [ ] New behavior is covered by unit tests (mock-based; no network or |
| 36 | + credentials required). |
| 37 | +- [ ] No secrets, API keys, internal endpoints, or personal data are included. |
| 38 | +- [ ] User-facing changes are reflected in `README.md` / `DOCUMENTATION.md` where |
| 39 | + relevant. |
| 40 | + |
| 41 | +## Notes for reviewers |
| 42 | + |
| 43 | +<!-- Anything reviewers should pay special attention to: trade-offs, follow-ups, |
| 44 | + out-of-scope items, manual testing performed, etc. --> |
0 commit comments