Frontmatter
| id | 7251 |
| title | Finalize and Document Ticket Archival Process |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 24, 2025, 1:37 PM |
| updatedAt | Sep 24, 2025, 1:42 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7251 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 24, 2025, 1:42 PM |
To honor the release of v10.9.0, the ticket archival process is being formally implemented. This involves creating the new archive structure and updating the strategy documentation to match.
Changes
Create Archive Structure: A new directory,
.github/ISSUE_ARCHIVE/v10.9.0/, is created to hold completed tickets for the release.Archive Completed Tickets: All tickets completed for the v10.9.0 release have been moved into the new directory, with filenames prefixed with their GitHub ID (e.g.,
gh7248-....md).Update Strategy Document: The
.github/TICKET_STRATEGY.mdfile will be updated to reflect the use of.github/ISSUE_ARCHIVE/as the official archive directory and to mention the practice of using release-specific sub-folders.