Skip to content

Commit 50dab56

Browse files
committed
Addition of a new Quick Issue Capture issue type
1 parent 29adc27 commit 50dab56

36 files changed

+79
-18
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
value: |
88
**Thank you for proposing a detailed feature for Roo Code!**
99
10-
This template is for submitting specific, actionable proposals that you or others intend to implement after discussion and approval. It's a key part of our [Issue-First Approach](../../CONTRIBUTING.md).
10+
This template is for submitting specific, actionable proposals that you or others intend to implement after discussion and approval. It's a key part of our [Issue-First Approach](https://github.com/RooCodeInc/Roo-Code/blob/main/CONTRIBUTING.md).
1111
1212
- **For general ideas or less defined suggestions**, please use [GitHub Discussions](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop) first.
1313
- **Before submitting**, please search existing [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues) and [Discussions](https://github.com/RooCodeInc/Roo-Code/discussions) to avoid duplicates.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Quick Issue Capture
2+
description: Quickly capture any issue as a starting point
3+
labels: ["quick-capture", "needs-triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**⚡ Quick Issue Template**
9+
10+
Use this for maintainer todos, technical debt, internal refactors, or issues needing further triage or categorization.
11+
12+
**Not for this template:**
13+
- 🐛 **User-facing bugs** → Use [Bug Report](./bug_report.yml)
14+
- 💡 **Feature ideas** → Use [GitHub Discussions](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests)
15+
- 📋 **Detailed feature proposals** → Use [Detailed Feature Proposal](./feature_request.yml)
16+
17+
- type: dropdown
18+
id: type
19+
attributes:
20+
label: Issue Type
21+
description: What kind of issue is this?
22+
options:
23+
- Technical Debt
24+
- Code Refactor
25+
- Developer Experience
26+
- CI/CD Improvement
27+
- Documentation Update
28+
- Performance Optimization
29+
- Security Enhancement
30+
- Testing Improvement
31+
- Maintainer Todo
32+
- Internal Tool/Script
33+
- Other Issue
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: summary
39+
attributes:
40+
label: Summary
41+
description: Brief description of what needs to be done
42+
placeholder: e.g., "Refactor provider validation logic" or "Add unit tests for McpHub"
43+
validations:
44+
required: true

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ All contributions must begin with a GitHub Issue.
6464
- **Create an issue**: Use appropriate templates:
6565
- **Bugs:** "Bug Report" template.
6666
- **Features:** "Detailed Feature Proposal" template. Approval required before starting.
67+
- **Quick captures:** "Quick Issue Capture" template for maintainer todos, technical debt, and internal tasks.
6768
- **Claim issues**: Comment and await official assignment.
6869

6970
**PRs without approved issues may be closed.**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Make Roo Code work your way with:
118118

119119
- **Discord:** [Join our Discord server](https://discord.gg/roocode) for real-time help and discussions
120120
- **Reddit:** [Visit our subreddit](https://www.reddit.com/r/RooCode) to share experiences and tips
121-
- **GitHub:** Report [issues](https://github.com/RooCodeInc/Roo-Code/issues) or request [features](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
121+
- **GitHub:** Report [bugs](https://github.com/RooCodeInc/Roo-Code/issues/new/choose), [quick capture issues](https://github.com/RooCodeInc/Roo-Code/issues/new/choose), or request [features](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
122122

123123
---
124124

locales/ca/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Totes les contribucions han de començar amb una Issue de GitHub.
6464
- **Crear una issue:** Utilitza les plantilles adequades:
6565
- **Errors:** Plantilla "Bug Report".
6666
- **Funcionalitats:** Plantilla "Detailed Feature Proposal". Es requereix aprovació abans de començar.
67+
- **Captures ràpides:** Plantilla "Quick Issue Capture" per a tasques de manteniment, deute tècnic i tasques internes.
6768
- **Reclamar issues:** Comenta i espera l'assignació oficial.
6869

6970
**Els PRs sense issues aprovades poden ser tancats.**

locales/ca/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Feu que Roo Code funcioni a la vostra manera amb:
119119

120120
- **Discord:** [Uniu-vos al nostre servidor de Discord](https://discord.gg/roocode) per a ajuda en temps real i discussions
121121
- **Reddit:** [Visiteu el nostre subreddit](https://www.reddit.com/r/RooCode) per compartir experiències i consells
122-
- **GitHub:** [Informeu de problemes](https://github.com/RooCodeInc/Roo-Code/issues) o [sol·liciteu funcionalitats](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
122+
- **GitHub:** [Informeu d'errors](https://github.com/RooCodeInc/Roo-Code/issues/new/choose), [captures ràpides d'issues](https://github.com/RooCodeInc/Roo-Code/issues/new/choose), o [sol·liciteu funcionalitats](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
123123

124124
---
125125

locales/de/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Alle Beiträge müssen mit einem GitHub Issue beginnen.
6464
- **Issue erstellen**: Nutze die passenden Vorlagen:
6565
- **Bugs:** "Bug Report"-Vorlage.
6666
- **Features:** "Detailed Feature Proposal"-Vorlage. Vor dem Start ist eine Genehmigung erforderlich.
67+
- **Schnellerfassung:** "Quick Issue Capture"-Vorlage für Wartungsaufgaben, technische Schulden und interne Aufgaben.
6768
- **Issues beanspruchen**: Kommentiere und warte auf die offizielle Zuweisung.
6869

6970
**PRs ohne genehmigte Issues können geschlossen werden.**

locales/de/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Passen Sie Roo Code nach Ihren Wünschen an mit:
119119

120120
- **Discord:** [Treten Sie unserem Discord-Server bei](https://discord.gg/roocode) für Echtzeit-Hilfe und Diskussionen
121121
- **Reddit:** [Besuchen Sie unser Subreddit](https://www.reddit.com/r/RooCode), um Erfahrungen und Tipps zu teilen
122-
- **GitHub:** [Probleme melden](https://github.com/RooCodeInc/Roo-Code/issues) oder [Funktionen anfragen](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
122+
- **GitHub:** [Bugs melden](https://github.com/RooCodeInc/Roo-Code/issues/new/choose), [schnelle Issue-Erfassung](https://github.com/RooCodeInc/Roo-Code/issues/new/choose), oder [Funktionen anfragen](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
123123

124124
---
125125

locales/es/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Todas las contribuciones deben comenzar con un Issue de GitHub.
6464
- **Crear un issue**: Usa las plantillas apropiadas:
6565
- **Errores:** Plantilla "Bug Report".
6666
- **Funciones:** Plantilla "Detailed Feature Proposal". Se requiere aprobación antes de comenzar.
67+
- **Capturas rápidas:** Plantilla "Quick Issue Capture" para tareas pendientes de mantenedores, deuda técnica y tareas internas.
6768
- **Reclamar issues**: Comenta y espera la asignación oficial.
6869

6970
**Los PRs sin issues aprobados pueden ser cerrados.**

locales/es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Haz que Roo Code funcione a tu manera con:
119119

120120
- **Discord:** [Únete a nuestro servidor de Discord](https://discord.gg/roocode) para ayuda en tiempo real y discusiones
121121
- **Reddit:** [Visita nuestro subreddit](https://www.reddit.com/r/RooCode) para compartir experiencias y consejos
122-
- **GitHub:** Reporta [problemas](https://github.com/RooCodeInc/Roo-Code/issues) o solicita [funciones](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
122+
- **GitHub:** Reporta [errores](https://github.com/RooCodeInc/Roo-Code/issues/new/choose), [incidencias de captura rápida](https://github.com/RooCodeInc/Roo-Code/issues/new/choose), o solicita [funciones](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
123123

124124
---
125125

0 commit comments

Comments
 (0)