From 45fc5876ec25fc752d492ae048221bf858b6d71c Mon Sep 17 00:00:00 2001 From: "goodbounties-nanoclaw-agent[bot]" <307944451+goodbounties-nanoclaw-agent[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 06:01:52 +0000 Subject: [PATCH] [BountyAdmin] Add patch/improvement proposal template for GdPatchAgent Companion to AGENT_BUG_TEMPLATE.yml, for revisiting already-built (not broken) features: surfaces open items with candidate options for a human decision, rather than a pre-decided fix. Co-Authored-By: Claude On-Behalf-Of: BountyAdmin[onecli] (yaskkeryodtdijpv) --- .../ISSUE_TEMPLATE/AGENT_PATCH_TEMPLATE.yml | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/AGENT_PATCH_TEMPLATE.yml 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.