Skip to content

Comments

Update getting-help contact guidance and Discord branding#490

Open
Copilot wants to merge 4 commits intomainfrom
copilot/update-contact-methods-order
Open

Update getting-help contact guidance and Discord branding#490
Copilot wants to merge 4 commits intomainfrom
copilot/update-contact-methods-order

Conversation

Copy link
Contributor

Copilot AI commented Feb 23, 2026

Updates the “getting help” documentation to remove response-speed claims, keep email as the recommended support path, and standardize Discord capitalization.

  • Docs
    • Remove the response-speed claim from the Discord support sentence.
    • Keep the email support section first and labeled as the recommended way to get support.
    • Capitalize “Discord” consistently in headings and body copy.
## Support by email

Email is the recommended way to get support.

## Support by Discord

Capgo has an official [Discord server](https://discord.capgo.app).

[!WARNING]


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: WcaleNieWolny <50914789+WcaleNieWolny@users.noreply.github.com>
Copilot AI changed the title [WIP] Update contact methods to prioritize email over Discord Reorder getting-help contact guidance to recommend email first Feb 23, 2026
Copilot AI requested a review from WcaleNieWolny February 23, 2026 13:19
Co-authored-by: WcaleNieWolny <50914789+WcaleNieWolny@users.noreply.github.com>
Copilot AI changed the title Reorder getting-help contact guidance to recommend email first Refine getting-help Discord copy Feb 23, 2026
@WcaleNieWolny WcaleNieWolny marked this pull request as ready for review February 23, 2026 13:24
Copy link
Contributor

@WcaleNieWolny WcaleNieWolny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5f0f4d8517

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


## Support by email

Email is the recommended way to get support.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep email guidance from contradicting Discord support flow

Changing the sentence to Email is the recommended way to get support. reverses the page’s previous Discord-first guidance and conflicts with the rest of this document, which still walks users through posting in Discord (including sharing the secure account ID there). For users following this page, this can reroute requests to a slower/manual channel and undermine the intended triage flow in src/content/docs/docs/getting-help.mdx.

Useful? React with 👍 / 👎.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the “getting help” documentation to remove wording that implies response-speed guarantees for Discord support, and adjusts the placement/copy of the email support section.

Changes:

  • Removed the “fastest ways to get a response” phrasing from the Discord support sentence.
  • Moved the “Support by email” section above the Discord section and updated its copy.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +8 to +12
## Support by email

Email is the recommended way to get support.

If you need to contact us by email, please send an email to support@capgo.app.
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says this change only removes the response-speed claim from the Discord sentence, but this hunk also moves the email section above Discord and changes the guidance from "slowest way"/"use Discord first" to "recommended way". Either update the PR description to match this broader behavior change, or revert/limit the email copy changes to keep the PR focused.

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the PR description checklist to reflect the email-first guidance and confirmed the copy remains in place. Screenshot: https://github.com/user-attachments/assets/1e7c6330-0fbc-4604-ad64-d3779cb68cb0. Commit: 829a5bc.

Comment on lines 14 to 16
## Support by discord

Capgo has an official [discord server](https://discord.capgo.app). Getting tech support there is likely one of the fastest ways to get a response.
Capgo has an official [discord server](https://discord.capgo.app).
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalization: "discord" should be "Discord" in headings and in the sentence text (proper noun/brand). This also matches usage elsewhere in the docs (e.g., src/content/docs/docs/cli/cloud-build/getting-started.mdx:287).

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalized Discord in the heading and sentence text. Screenshot: https://github.com/user-attachments/assets/1e7c6330-0fbc-4604-ad64-d3779cb68cb0. Commit: 829a5bc.

@@ -33,9 +39,3 @@ To share this, please go to [capgo's settings](https://console.capgo.app/dashboa
<figure><img style="margin-left: auto; margin-right: auto" src="/share-secure-id.webp" alt="Share your id without leaking your info" /><figcaption></figcaption></figure>

This will copy the secure account id to the clipboard. Please include that in your discord post.
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalization: consider "Discord post" instead of "discord post" for consistency with the rest of the docs and the "Discord" brand capitalization.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the copy to say “Discord post” for consistent capitalization. Screenshot: https://github.com/user-attachments/assets/1e7c6330-0fbc-4604-ad64-d3779cb68cb0. Commit: 829a5bc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already updated the copy to “Discord post” for consistent capitalization. Screenshot: https://github.com/user-attachments/assets/1e7c6330-0fbc-4604-ad64-d3779cb68cb0. Commit: 829a5bc.

Co-authored-by: WcaleNieWolny <50914789+WcaleNieWolny@users.noreply.github.com>
@sonarqubecloud
Copy link

Copy link
Contributor Author

Copilot AI commented Feb 23, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • npm.jsr.io
    • Triggering command: /home/REDACTED/.bun/bin/bun bun install (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title Refine getting-help Discord copy Update getting-help contact guidance and Discord branding Feb 23, 2026
Copilot AI requested a review from WcaleNieWolny February 23, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants