Skip to content

Commit b4dc3a4

Browse files
authored
Add optional share links to templates (RooCodeInc#5318)
1 parent 1acbd45 commit b4dc3a4

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ body:
5353
validations:
5454
required: true
5555

56+
- type: textarea
57+
id: roo-code-tasks
58+
attributes:
59+
label: Roo Code Task Links (Optional)
60+
description: |
61+
If you have any publicly shared task links that demonstrate the issue, please paste them here.
62+
This helps maintainers understand the context.
63+
Example: https://app.roocode.com/share/task-id
64+
placeholder: Paste your Roo Code share links here, one per line
65+
5666
- type: textarea
5767
id: steps
5868
attributes:
@@ -85,4 +95,4 @@ body:
8595
attributes:
8696
label: 📄 Relevant Logs or Errors (Optional)
8797
description: Paste API logs, terminal output, or errors here. Use triple backticks (```) for code formatting.
88-
render: shell
98+
render: shell

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ body:
5757
label: Additional context (optional)
5858
description: Mockups, screenshots, links, user quotes, or other relevant information that supports your proposal.
5959

60+
- type: textarea
61+
id: roo-code-tasks
62+
attributes:
63+
label: Roo Code Task Links (Optional)
64+
description: |
65+
If you used Roo Code to explore this feature request or develop solutions, share the public task links here.
66+
This helps maintainers understand the context and any exploration you've done.
67+
Example: https://app.roocode.com/share/task-id
68+
placeholder: Paste your Roo Code share links here, one per line
69+
6070
- type: checkboxes
6171
id: checklist
6272
attributes:

.github/pull_request_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Before submitting your PR, please ensure:
1212

1313
Closes: # <!-- Replace with the issue number, e.g., Closes: #123 -->
1414

15+
### Roo Code Task Context (Optional)
16+
17+
<!--
18+
If you used Roo Code to help create this PR, you can share public task links here.
19+
This helps reviewers understand your development process and provides additional context.
20+
Example: https://app.roocode.com/share/task-id
21+
-->
22+
1523
### Description
1624

1725
<!--

0 commit comments

Comments
 (0)