Conversation
Replace the five prefix-style markdown templates with typed issue forms. Each form sets its GitHub Issue Type through the `type` key: Epic, Feature, Story, Task, or Bug. Add Chore and Documentation forms that also apply the `chore` and `documentation` labels. Disable blank issues so every issue carries a type. Route questions to Discussions and vulnerabilities to private advisories. Update AGENTS.md and DEVELOPING.md for the new model. Titles carry no type prefix. Labels carry no issue types. Link hierarchy children as sub-issues. All template prose follows the Agent Prose standard. Closes #6891 Signed-off-by: Jonathan Springer <jps@s390x.com>
jonpspri
requested review from
Lang-Akshay,
brian-hussey,
crivetimihai,
ja8zyjits and
msureshkumar88
as code owners
September 19, 2026 09:45
This branch has not been deployed
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.
📚 Documentation PR
🔗 Related Issue / Epic
Closes #6891
📝 Summary (1-2 sentences)
Replaces the prefix-style markdown issue templates with typed issue forms that set the GitHub Issue Type automatically. Updates AGENTS.md and DEVELOPING.md: titles carry no type prefix, labels carry no issue types, and the hierarchy links children as sub-issues.
📏 Reviewability
triage✏️ Type of Change
🧪 Verification
uv tool run yamllint==1.38.0 -c .yamllint .github/ISSUE_TEMPLATE/passes.triage,triage+chore, ortriage+documentation; template names and field ids are unique.make markdownlintpasses.make spellcheckfails on pre-existing baseline findings (AUTHORS.md names, docs/ files,subdirectoryin AGENTS.md line 5). This PR changes none of them.