chore: governance cleanup - templates, triage labels, changelog, roadmap#118
Merged
danielmeppiel merged 4 commits intomainfrom Mar 2, 2026
Merged
chore: governance cleanup - templates, triage labels, changelog, roadmap#118danielmeppiel merged 4 commits intomainfrom
danielmeppiel merged 4 commits intomainfrom
Conversation
- Delete init-install-redesign issue template (internal tracking, confused contributors) - Delete 4 specialized PR templates (bugfix, feature, documentation, maintenance) - Simplify default PR template to what/why/issue-link - Add needs-triage label to bug and feature issue templates - Update CONTRIBUTING.md: fix stale label refs, add triage workflow, fix dev setup - Add [Unreleased] section to CHANGELOG.md with all PRs since v0.7.3 - Add Roadmap section to README.md linking to Discussion #116
Contributor
There was a problem hiding this comment.
Pull request overview
This PR streamlines OSS governance by consolidating templates, establishing a triage workflow, updating the changelog with recent changes, and adding a roadmap link.
Changes:
- Deleted specialized PR templates and internal issue template in favor of simpler defaults
- Added auto-triage labels to issue templates and documented triage workflow in CONTRIBUTING.md
- Updated CHANGELOG.md with 16 PRs merged since v0.7.3 (organized into Added/Changed/Fixed sections)
- Added Roadmap section to README.md linking to Discussion #116
- Fixed development setup instructions to use
uv sync --extra dev
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Added Roadmap section linking to GitHub Discussion #116 |
| CONTRIBUTING.md | Removed references to specialized templates, added Issue Triage section, updated dev setup to uv sync |
| CHANGELOG.md | Added [Unreleased] section with 16 PRs organized into Added (3), Changed (5), Fixed (7) categories |
| .github/pull_request_template.md | Simplified to basic what/why/issue format, removed specialized template links and label instructions |
| .github/PULL_REQUEST_TEMPLATE/maintenance.md | Deleted specialized maintenance PR template |
| .github/PULL_REQUEST_TEMPLATE/feature.md | Deleted specialized feature PR template |
| .github/PULL_REQUEST_TEMPLATE/documentation.md | Deleted specialized documentation PR template |
| .github/PULL_REQUEST_TEMPLATE/bugfix.md | Deleted specialized bugfix PR template |
| .github/ISSUE_TEMPLATE/init-install-redesign.md | Deleted internal tracking template |
| .github/ISSUE_TEMPLATE/feature_request.md | Added needs-triage label |
| .github/ISSUE_TEMPLATE/bug_report.md | Added needs-triage label |
cteyton
reviewed
Mar 2, 2026
cteyton
reviewed
Mar 2, 2026
Collaborator
Author
|
@copilot address the 2 review comments above |
7 tasks
Contributor
|
@danielmeppiel I've opened a new pull request, #129, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
chore: governance cleanup - templates, triage labels, changelog, roadmap
danielmeppiel
added a commit
that referenced
this pull request
Mar 3, 2026
- Bump version to 0.7.4 - Rewrite Unreleased changelog as v0.7.4 with clean style (no bold labels), consolidated CI/governance entries, Added → Fixed → Changed ordering - Add missing PRs: #97 (hooks), #118 (governance), #119 (gh-aw upgrade), #130 (multi-host) - README: fix APM Packages section — accurate installable types, doc links, fix anthropics/courses → anthropics/skills, remove Add yours row, note hooks in apm.yml example comment
Merged
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.
Description
Streamline OSS governance: simplify templates, add triage workflow, catch up changelog, and link roadmap.
Changes
init-install-redesign.mdissue template (internal tracking, confused external contributors)needs-triageauto-label to bug report and feature request templatesuv sync[Unreleased]section to CHANGELOG.md with all 16 PRs merged since v0.7.3Context
Part of a broader governance cleanup that also included (already done):
needs-triage,accepted,needs-design,priority/high,priority/low; deletedfuture,invalid,question,wontfix