mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add optional share links to templates (#5318)
This commit is contained in:
parent
1acbd45dc2
commit
b4dc3a486e
3 changed files with 29 additions and 1 deletions
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -53,6 +53,16 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: roo-code-tasks
|
||||
attributes:
|
||||
label: Roo Code Task Links (Optional)
|
||||
description: |
|
||||
If you have any publicly shared task links that demonstrate the issue, please paste them here.
|
||||
This helps maintainers understand the context.
|
||||
Example: https://app.roocode.com/share/task-id
|
||||
placeholder: Paste your Roo Code share links here, one per line
|
||||
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
|
|
@ -85,4 +95,4 @@ body:
|
|||
attributes:
|
||||
label: 📄 Relevant Logs or Errors (Optional)
|
||||
description: Paste API logs, terminal output, or errors here. Use triple backticks (```) for code formatting.
|
||||
render: shell
|
||||
render: shell
|
||||
|
|
|
|||
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -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 public 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:
|
||||
|
|
|
|||
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
|
|
@ -12,6 +12,14 @@ Before submitting your PR, please ensure:
|
|||
|
||||
Closes: # <!-- Replace with the issue number, e.g., Closes: #123 -->
|
||||
|
||||
### Roo Code Task Context (Optional)
|
||||
|
||||
<!--
|
||||
If you used Roo Code to help create this PR, you can share public task links here.
|
||||
This helps reviewers understand your development process and provides additional context.
|
||||
Example: https://app.roocode.com/share/task-id
|
||||
-->
|
||||
|
||||
### Description
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue