PULL_REQUEST_TEMPLATE.md
May 30, 2026 ยท View on GitHub
What & why
Fixes #
Where
-
mockserver/mockserver-core -
mockserver/mockserver-netty - Client library (Java / Node / Python / Ruby)
- Dashboard UI (
mockserver-ui) - Build / CI / infrastructure
- Documentation only
- Other (describe above)
Checklist
- I read CONTRIBUTING.md and (for non-trivial changes) opened an issue first to discuss the approach.
- The change is made at the architecturally correct layer (root cause, not the symptom).
- Tests added or updated for the new behaviour, and the relevant module's tests pass locally.
- User-facing changes have a
changelog.mdentry under## [Unreleased](prefixedBREAKING:if applicable). - User-facing changes update the consumer docs (
jekyll-www.mock-server.com/) and/or internal docs (docs/) where relevant. - Code targets Java 17 (no APIs newer than Java 17;
jakarta.*namespace where applicable). - No secrets, credentials, or private endpoints are included in the diff.