Skip to content

Commit 4259e68

Browse files
committed
Add optional share links to templates
1 parent 933f28f commit 4259e68

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 0 deletions
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 used Roo Code to explore this issue or develop solutions, share the task links here.
62+
This helps maintainers understand the context and any attempts you've made.
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:

.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 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 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)