Awesome Reviewers

When updating documentation that is consumed by automated release tooling (such as changelog YAML), verify both the semantic classification and the generated markdown rendering.

Apply a checklist before merge:

Example:

type: breaking_change
message: |
  Changed the default value of `nginx_http_client_max_body_size` from `0` (unbounded) to `10m`.
  - Requests larger than the new limit may be rejected.
  - Update Kong/Nginx settings if you rely on larger request bodies.