From 4259e68977c6b1dea01cc6bd5342189856759558 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 1 Jul 2025 16:24:52 -0400 Subject: [PATCH 1/5] Add optional share links to templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 10 ++++++++++ .github/pull_request_template.md | 8 ++++++++ 3 files changed, 28 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5bfc08f80ff..48373c50fa4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,6 +53,16 @@ body: validations: required: true + - type: textarea + id: roo-code-tasks + attributes: + label: Roo Code Task Links (Optional) + description: | + If you used Roo Code to explore this issue or develop solutions, share the task links here. + This helps maintainers understand the context and any attempts you've made. + Example: https://app.roocode.com/share/task-id + placeholder: Paste your Roo Code share links here, one per line + - type: textarea id: steps attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 85263d88135..f459bb088c2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -57,6 +57,16 @@ body: label: Additional context (optional) description: Mockups, screenshots, links, user quotes, or other relevant information that supports your proposal. + - type: textarea + id: roo-code-tasks + attributes: + label: Roo Code Task Links (Optional) + description: | + If you used Roo Code to explore this feature request or develop solutions, share the task links here. + This helps maintainers understand the context and any exploration you've done. + Example: https://app.roocode.com/share/task-id + placeholder: Paste your Roo Code share links here, one per line + - type: checkboxes id: checklist attributes: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 765c70614c8..2e1a730bf6e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,6 +12,14 @@ Before submitting your PR, please ensure: Closes: # +### Roo Code Task Context (Optional) + + + ### Description ### Roo Code Task Context (Optional)