diff --git a/.github/ISSUE_TEMPLATE/AGENT_PATCH_TEMPLATE.yml b/.github/ISSUE_TEMPLATE/AGENT_PATCH_TEMPLATE.yml new file mode 100644 index 0000000..b2ba85c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/AGENT_PATCH_TEMPLATE.yml @@ -0,0 +1,74 @@ +name: Patch / Improvement Proposal Template +description: Template for revisiting already-built features (not broken, just improvable) — surfaces open items and candidate options for a decision, rather than a pre-decided fix. +body: + - type: textarea + id: summary + attributes: + label: Summary + description: One short paragraph on the area/feature being revisited and why. + value: | + Describe the feature/screen under review and what prompted revisiting it. + validations: + required: true + + - type: textarea + id: scope + attributes: + label: Scope + description: Repos, packages, screens, hooks, services, and storage involved. + value: | + - Repo: + - Packages: + - Main files: + validations: + required: true + + - type: textarea + id: items + attributes: + label: Items to resolve + description: One entry per concern. Give options where there's a real choice to make; leave a bare note (no options) when it's just flagged for now. Separate entries with "==". + value: | + - + Options: + 1.