docs: issue close tracker (pending dev→main release)#836
Open
srbhr wants to merge 1 commit into
Open
Conversation
Tracks which issues are fixed on dev and will close on the next dev->main release, which are already resolved, deferred (#777), or out of scope. No issues are closed yet (deliberate). Transient release checklist. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge OverviewThis is a docs-only PR adding Review Notes
Files Reviewed (1 file)
Reviewed by qwen3.6-plus · 154,645 tokens |
There was a problem hiding this comment.
Pull request overview
Adds a transient documentation checklist to track which issues have been fixed on dev and should be auto-closed on the next dev → main release (by including an explicit Closes #... line in the release PR). This helps prevent already-fixed issues from being missed or mistakenly closed early, without changing any runtime behavior.
Changes:
- Add
docs/issue-close-tracker.mdsummarizing “fixed on dev”, “resolved”, “security alert”, “deferred”, and “still open” items for the pending release. - Include a copy-paste
Closes #...line intended for the upcomingdev → mainPR body to trigger GitHub auto-close behavior.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Adds
docs/issue-close-tracker.md— a transient release checklist of which issues are fixed-on-devand will close on the nextdev → main, which are already resolved, deferred, or out of scope. No issues are closed by this PR.Covers: the 8 bug fixes merged this cycle (#805/#799/#808/#811/#760/#736/#763/#776), the resolved-but-not-yet-closed #806, the Dependabot #224 vitest patch, the deferred #777 (Docker), and the still-open feature issues (so they're not mistaken for pending-close). Includes the exact
Closes #...line to drop into thedev → mainPR so they actually auto-close.Docs-only — no code/e2e impact.
🤖 Generated with Claude Code
Summary by cubic
Adds
docs/issue-close-tracker.md, a temporary release checklist of issues fixed ondevthat will close on the nextdev → main, plus resolved (#806), deferred (#777), and security (vitestpatch) notes. Includes a ready-to-paste line for the release PR: "Closes #805, #799, #808, #811, #760, #736, #763, #776"; docs-only, no code changes.Written for commit 7925f44. Summary will update on new commits.