feat(issues): org-wide issue forms with triage automation (issue-template-kit v1.0.0) - #16
Merged
Merged
Conversation
…late-kit v1.0.0)
- ISSUE_TEMPLATE: config.yml (blank issues off, security/questions routed), 1-bug, 2-feature, 3-task, 4-incident forms + EXAMPLE.md standard
- labels.yml: 25-label taxonomy the workflows write to
- issue-triage.yml: severity->priority derivation, routing, nudges, secret-leak scan
- stale.yml: needs:info only, never PRs
- docs/issue-templates/{DEPLOY,DESIGN}.md (scoped dir to avoid collision with PR-kit docs)
- scripts/sync-labels.sh: label sync utility
- config.yml YOUR_ORG placeholders replaced with Quantum-L9 URLs
- replaces legacy bug_report/feature_request/ci-failure/gov-violation markdown-era forms? NO: legacy forms kept alongside (numbered kit forms sort first)
Source: issue-template-kit v1.0.0 (sha256-verified against MANIFEST.json)
|
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.



Problem
Org issue intake relies on four legacy markdown-era forms (
bug_report,feature_request,ci-failure,gov-violation) with no required-field enforcement, no severity→priority derivation, no secret-leak scanning, and no stale-issue handling. Sister pack to #15 (PR templates), closing the intake side of the loop.Fix
Deploys issue-template-kit v1.0.0 (all 14 files sha256-verified against MANIFEST.json):
.github/ISSUE_TEMPLATE/config.yml— blank issues off; security reports → private advisory, questions → org Discussions, docs → CANONICAL_LAW.md (YOUR_ORG placeholders replaced with Quantum-L9 URLs).github/ISSUE_TEMPLATE/1-bug.yml(10 fields, 7 required),2-feature.yml(8/7),3-task.yml(5/4),4-incident.yml(9/7) — issue forms withvalidations.required, cannot be submitted empty.github/ISSUE_TEMPLATE/EXAMPLE.md— worked bug report standard, mirrorsPULL_REQUEST_TEMPLATE/EXAMPLE.md.github/labels.yml— 25-label taxonomy; every label the workflows write is declared (zero undeclared).github/workflows/issue-triage.yml— parses rendered headings, derivespriority:*from Severity, setsregression/env:prod/area:cirouting, nudges (not gates) on missing evidence; single hard failure is the secret scan (ghp_/AKIA/sk-/PEM/JWT) →security:possible-leak+ rotate caution.github/workflows/stale.yml—needs:infoissues only, never PRsdocs/issue-templates/{DEPLOY,DESIGN}.md— scoped directory to avoid colliding with the PR-kit docs in feat(pr): org-wide PR template kit v1.0.0 with intent reconciliation and gates #15scripts/sync-labels.sh— label sync utilityNote: legacy templates
The four legacy forms are kept alongside the kit forms (numbered kit forms sort first in the chooser).
blank_issues_enabled: falsenow applies. Recommend a follow-up to either retire the legacy forms or foldgov-violation/ci-failureinto the numbered scheme (e.g.,5-gov-violation.yml) so the chooser stays coherent.Risk
.github/workflows/; no filename overlap, so merges are conflict-free in either order.Evidence
MANIFEST.jsonsha256 + byte counts before install.291a9db1…, staleb53ec950…, labels3c39d3ca…).YOUR_ORGoccurrences; Discussions URL returns 200.Rollout (from docs/issue-templates/DEPLOY.md)
scripts/sync-labels.sh Quantum-L9/<repo>per repo soaddLabelsnever creates random-colored labels.workflow_callcallers pinned@v1(same pattern as feat(pr): org-wide PR template kit v1.0.0 with intent reconciliation and gates #15).priority:*from Severity.