docs(#34): document ticket template YAML frontmatter format#84
Merged
sugat009 merged 3 commits intomedic:mainfrom Apr 7, 2026
Merged
docs(#34): document ticket template YAML frontmatter format#84sugat009 merged 3 commits intomedic:mainfrom
sugat009 merged 3 commits intomedic:mainfrom
Conversation
6 tasks
6 tasks
sugat009
approved these changes
Apr 6, 2026
Member
sugat009
left a comment
There was a problem hiding this comment.
Thanks for the updates, this looks good overall. One more thing before we merge:
The agent-memory/TEMPLATE.md still uses enhancement and refactoring as category values (lines 12, 65, 81, 259), and there's one context file (agent-memory/domains/forms-and-reports/issues/8336-support-trigger-column.md) that uses category: enhancement.
Since this PR renames enhancement → improvement across the codebase, could you update these too for consistency?
agent-memory/TEMPLATE.md— replace both enhancement and refactoring with
improvement in the category enum, examples, and description. The valid
categories should be bug, feature, improvement.agent-memory/domains/forms-and-reports/issues/8336-support-trigger-column.md
— change category: enhancement to category: improvement
…in agent-memory files
Contributor
Author
|
Thanks for pointing that out! I’ve updated all remaining instances. |
4 tasks
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
Adds documentation for the YAML frontmatter format required for all tickets in the CHT-Agent project.
This improves clarity and provides a structured reference for contributors creating new tickets.
#34