chore: add release-readiness + PR templates (split from PR #2)#14
Open
bdevierno1 wants to merge 1 commit into
Open
chore: add release-readiness + PR templates (split from PR #2)#14bdevierno1 wants to merge 1 commit into
bdevierno1 wants to merge 1 commit into
Conversation
Split out of PR #2 (add-data-quality-checks) to keep that PR under the 400-line PR-size gate. These governance/template files carry no code and are unrelated to the CI quality gates; moving them here frees line budget for the backend coverage tests PR #2 needs to pass --cov-fail-under=60. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
bdevierno1
added a commit
that referenced
this pull request
Jul 14, 2026
Splits the two governance/template files (.github/ISSUE_TEMPLATE/ release-readiness.yml, .github/PULL_REQUEST_TEMPLATE.md) into follow-up PR #14 to free PR-size budget, and adds unit tests for the pure helpers (url_guard, lib/serialize, lib/report) to lift backend coverage above the --cov-fail-under=60 gate. Measured 61.3% on Python 3.11.15 (CI's version); no gate threshold was relaxed. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
Follow-up split from PR #2 (
add-data-quality-checks, "reliability: add CI quality gates").Moves two governance/template files out of PR #2 so that PR can stay under its own 400-line PR-size gate:
.github/ISSUE_TEMPLATE/release-readiness.yml(102 lines).github/PULL_REQUEST_TEMPLATE.md(73 lines)These files carry no application code and are unrelated to the CI quality gates PR #2 introduces. Removing the 175 lines from PR #2 freed budget to add the backend coverage tests required to satisfy
--cov-fail-under=60without relaxing any gate.Context
Operator-approved split of PR #2 to resolve the mutually-unsatisfiable pr-size (<400) vs coverage (>60%) constraint. No gate thresholds were changed.
Test plan