Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 42ad484

Browse files
committed
Remove remaining Cloud CTA surfaces
1 parent 618badd commit 42ad484

70 files changed

Lines changed: 137 additions & 436 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ further defined and clarified by project maintainers.
6868
## Enforcement
6969

7070
Instances of abusive, harassing, or otherwise unacceptable behavior may be
71-
reported by contacting the project team at support@roocode.com. All complaints
71+
reported by contacting the project team at https://github.com/RooCodeInc/Roo-Code/security/advisories/new. All complaints
7272
will be reviewed and investigated and will result in a response that
7373
is deemed necessary and appropriate to the circumstances. The project team is
7474
obligated to maintain confidentiality with regard to the reporter of an incident.

PRIVACY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We take reasonable measures to secure your data, but no system is 100% secure. I
3131

3232
### **Contact Us**
3333

34-
For any privacy-related questions, reach out to us at support@roocode.com.
34+
For privacy-related security concerns, use GitHub Security Advisories at https://github.com/RooCodeInc/Roo-Code/security/advisories/new. For other privacy-related questions, open a GitHub Discussion at https://github.com/RooCodeInc/Roo-Code/discussions.
3535

3636
---
3737

apps/web-roo-code/src/app/terms/terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The parties to this Agreement are independent, and no agency, partnership franch
185185

186186
### 14.2 Notices
187187

188-
Except as otherwise set forth in this Agreement, all notices to a party shall be in writing and sent to, for Roo Code: [support@roocode.com](mailto:support@roocode.com), and for User the applicable address or email address associated with User's account (which addresses may be updated by such party from time to time by written notice). Notice shall be deemed to have been duly given when received, if personally delivered; when receipt is electronically confirmed, if transmitted by email; the day after it is sent, if sent for next day delivery by recognized overnight delivery service; and upon receipt, if sent by certified or registered mail, return receipt requested. Any notices to User may be sent by email to the email address associated with User's account or may be posted in the Software, and any such notices shall be effective when delivered in accordance with the foregoing. User hereby consents to receiving notices and communications from Roo Code electronically.
188+
Except as otherwise set forth in this Agreement, all notices to a party shall be in writing and sent to, for Roo Code: the GitHub Issues page at [https://github.com/RooCodeInc/Roo-Code/issues](https://github.com/RooCodeInc/Roo-Code/issues), and for User the applicable address or email address associated with User's account (which addresses may be updated by such party from time to time by written notice). Notice shall be deemed to have been duly given when received, if personally delivered; when receipt is electronically confirmed, if transmitted by email; the day after it is sent, if sent for next day delivery by recognized overnight delivery service; and upon receipt, if sent by certified or registered mail, return receipt requested. Any notices to User may be sent by email to the email address associated with User's account or may be posted in the Software, and any such notices shall be effective when delivered in accordance with the foregoing. User hereby consents to receiving notices and communications from Roo Code electronically.
189189

190190
### 14.3 Assignment
191191

apps/web-roo-code/src/components/chromes/footer.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,11 @@ export function Footer() {
137137
<ul className="mt-6 space-y-4">
138138
<li>
139139
<a
140-
href="mailto:support@roocode.com"
140+
href={EXTERNAL_LINKS.ISSUES}
141+
target="_blank"
142+
rel="noopener noreferrer"
141143
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
142-
Contact
144+
Report an Issue
143145
</a>
144146
</li>
145147
<li>

apps/web-roo-code/src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const EXTERNAL_LINKS = {
3030
CLOUD_APP_SIGNUP_HOME: "https://app.roocode.com/sign-up?redirect_url=/cloud-agents/setup",
3131
CLOUD_APP_SIGNUP_PRO: "https://app.roocode.com/sign-up?redirect_url=/cloud-agents/setup",
3232
CLOUD_APP_TEAM_TRIAL: "https://app.roocode.com/checkout/team",
33-
SUPPORT: "mailto:support@roocode.com",
33+
SUPPORT: "https://github.com/RooCodeInc/Roo-Code/issues/new/choose",
3434
}
3535

3636
export const INTERNAL_LINKS = {

locales/ca/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/es/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/fr/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/hi/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)