docs: adopt the Why→What→Verification PR template and flag v1.8.0 in develop#205
Merged
Merged
Conversation
…develop Rewrite .github/pull_request_template.md to the house style — Why, What changed, Verification (with a Lane line), and a collapsible pre-merge checklist — replacing the old Summary / Type-of-change / Checklist form. Update the README release-status line: develop now carries v1.8.0 "illustrative" (native vector charts, inline sparklines, ShapeOutline.Path clip, sharper SVG-reader errors), not the placeholder v1.7.2 housekeeping cycle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The PR template still used the old Summary / Type-of-change / Checklist form,
and the README release-status line advertised a placeholder "v1.7.2 housekeeping
cycle" in develop — but develop now carries the v1.8.0 "illustrative" work
(native vector charts, inline sparklines, ShapeOutline.Path clip, sharper
SVG-reader errors).
What changed
.github/pull_request_template.md— rewritten to the house style: Why →What changed → Verification (with a Lane line) and a collapsible pre-merge
checklist, dropping the empty-placeholder Summary / Type-of-change form.
README.md— the release-status line now reads "In develop: v1.8.0 —illustrative (additive, zero breaking from v1.7)".
Verification
./mvnw test -Dtest=DocumentationCoverageTest -pl .→ BUILD SUCCESS, 5 tests:the README canonical-DSL / no-legacy-token guard stays green after the edit.
Lane: docs — no code, no public-API change.