mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Some checks failed
Code QA Roo Code / check-translations (push) Has been cancelled
Code QA Roo Code / knip (push) Has been cancelled
Code QA Roo Code / compile (push) Has been cancelled
Code QA Roo Code / platform-unit-test (ubuntu-latest) (push) Has been cancelled
Code QA Roo Code / platform-unit-test (windows-latest) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Deploy docs to GitHub Pages / build (push) Has been cancelled
Nightly Publish / publish-nightly (push) Has been cancelled
Deploy roocode.com / check-secrets (push) Has been cancelled
Deploy docs to GitHub Pages / deploy (push) Has been cancelled
Deploy roocode.com / deploy (push) Has been cancelled
* Remove contributor and community references * shutdown notice * Allow empty web app test suite
91 lines
2.8 KiB
YAML
91 lines
2.8 KiB
YAML
name: Enhancement Request
|
|
description: Propose an improvement in plain language focused on user benefit
|
|
labels: ["enhancement"]
|
|
title: "[ENHANCEMENT] "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for helping improve Roo Code!
|
|
Please focus on the problem and the desired behavior in plain language.
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem (one or two sentences)
|
|
description: What problem are users facing?
|
|
placeholder: e.g., "Users often click Copy Run by mistake and duplicate runs unintentionally."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context (who is affected and when)
|
|
description: Who encounters this and in what situation?
|
|
placeholder: e.g., "Happens when browsing the Runs list; most visible for new users."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: desired
|
|
attributes:
|
|
label: Desired behavior (conceptual, not technical)
|
|
description: Describe what should happen in simple terms.
|
|
placeholder: e.g., "Ask for confirmation before copying a run."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: constraints
|
|
attributes:
|
|
label: Constraints / preferences (optional)
|
|
description: Any considerations like performance, accessibility, or UX expectations.
|
|
placeholder: e.g., "Keep it quick and unobtrusive; keyboard accessible."
|
|
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Request checklist
|
|
options:
|
|
- label: I've searched existing Issues and Discussions for duplicates
|
|
required: true
|
|
- label: This describes a specific problem with clear context and impact
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: roo-code-tasks
|
|
attributes:
|
|
label: Roo Code Task Links (optional)
|
|
description: If you explored this with Roo Code, share public task links for context.
|
|
placeholder: Paste your Roo Code share links here, one per line
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
---
|
|
Optional: You can stop here if you're just proposing the improvement.
|
|
|
|
- type: textarea
|
|
id: acceptance-criteria
|
|
attributes:
|
|
label: Acceptance criteria (optional)
|
|
description: Define what “working” looks like with specific, testable outcomes.
|
|
placeholder: |
|
|
Given [context]
|
|
When [user action]
|
|
Then [expected result]
|
|
And [additional expectations]
|
|
But [what should NOT happen]
|
|
|
|
- type: textarea
|
|
id: proposed-solution
|
|
attributes:
|
|
label: Proposed approach (optional)
|
|
description: If you have an idea, describe it briefly in plain language.
|
|
|
|
- type: textarea
|
|
id: risks
|
|
attributes:
|
|
label: Trade-offs / risks (optional)
|
|
description: Potential downsides or alternatives considered.
|