Skip to content

fix: replace discord references with forum#408

Open
sriramveeraghanta wants to merge 4 commits intomasterfrom
fix-replace-discord-with-forum
Open

fix: replace discord references with forum#408
sriramveeraghanta wants to merge 4 commits intomasterfrom
fix-replace-discord-with-forum

Conversation

@sriramveeraghanta
Copy link
Member

@sriramveeraghanta sriramveeraghanta commented Mar 9, 2026

Summary by CodeRabbit

  • Documentation
    • Updated community support resources and links across contribution guidelines and documentation to reference Plane Forum.
    • Modified social links configuration to direct users to the new community platform.
    • Refined documentation text to remove outdated platform references.

@vercel
Copy link

vercel bot commented Mar 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Mar 9, 2026 3:34pm

Request Review

@coderabbitai
Copy link

coderabbitai bot commented Mar 9, 2026

Warning

Rate limit exceeded

@sriramveeraghanta has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 35 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2c81112d-1ae9-4998-b433-233e798e4f8d

📥 Commits

Reviewing files that changed from the base of the PR and between ce982b6 and 5060454.

📒 Files selected for processing (1)
  • docs/.vitepress/config.ts
📝 Walkthrough

Walkthrough

Multiple documentation and configuration files updated to replace Discord references with Plane Forum links. Changes include updating help text, social links, community references, and removing Discord mentions from comparative examples across documentation.

Changes

Cohort / File(s) Summary
Documentation Files
CONTRIBUTING.md, docs/support/get-help.md
Updated help and support text to reference "Plane Forum" instead of "Discord," with corresponding URL changes to forum.plane.so.
Configuration
docs/.vitepress/config.ts
Replaced Discord social link string with custom inline SVG icon and updated URL to forum.plane.so.
Core Concepts
docs/core-concepts/workspaces/overview.md
Removed Discord reference from workspace analogy comparison.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 From Discord halls to Forums bright,
We hop along to new delight,
Community gathers, links align,
Where rabbits share what's on their mind,
A simpler path, a clearer way—
To chat and help throughout the day! 🌱

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: replacing Discord references with a forum throughout the codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-replace-discord-with-forum

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
docs/.vitepress/config.ts (1)

197-200: Add an explicit accessibility label to the custom social link.

VitePress supports custom SVG icons in socialLinks, and its docs recommend providing ariaLabel for accessibility; the example SVG also includes role="img" and a <title>. Adding ariaLabel: "Plane Forum" here would make the link’s accessible name explicit. (vitepress.dev)

Suggested tweak
     socialLinks: [
       { icon: "github", link: "https://github.com/makeplane/plane" },
-        { icon: { svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z"/><path d="M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1"/></svg>' }, link: "https://forum.plane.so" },
+      {
+        icon: {
+          svg: '<svg role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>Plane Forum</title><path d="M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z"/><path d="M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1"/></svg>',
+        },
+        link: "https://forum.plane.so",
+        ariaLabel: "Plane Forum",
+      },
       { icon: "twitter", link: "https://twitter.com/planepowers" },
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/.vitepress/config.ts` around lines 197 - 200, The custom social link
inside the socialLinks array (the object with icon: { svg: '...'} and link:
"https://forum.plane.so") needs an explicit accessible name; add ariaLabel:
"Plane Forum" to that object and also include role="img" and a <title>Plane
Forum</title> inside the SVG string so screen readers get a proper description;
update the socialLinks entry accordingly to include ariaLabel and the modified
SVG.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/core-concepts/workspaces/overview.md`:
- Line 10: Replace the phrase "an organization in Slack" with "a workspace in
Slack" in the sentence that begins "Picture it like this. A Workspace in Plane
is similar to an organization in Slack." so the analogy is accurate; update the
surrounding sentence to read something like "A Workspace in Plane is similar to
a workspace in Slack." and keep the rest of the paragraph unchanged to preserve
tone and examples.

---

Nitpick comments:
In `@docs/.vitepress/config.ts`:
- Around line 197-200: The custom social link inside the socialLinks array (the
object with icon: { svg: '...'} and link: "https://forum.plane.so") needs an
explicit accessible name; add ariaLabel: "Plane Forum" to that object and also
include role="img" and a <title>Plane Forum</title> inside the SVG string so
screen readers get a proper description; update the socialLinks entry
accordingly to include ariaLabel and the modified SVG.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2432b663-2007-41ff-8b10-bd500775fb2c

📥 Commits

Reviewing files that changed from the base of the PR and between 5d3ab37 and ce982b6.

📒 Files selected for processing (4)
  • CONTRIBUTING.md
  • docs/.vitepress/config.ts
  • docs/core-concepts/workspaces/overview.md
  • docs/support/get-help.md

Think of a Workspace in Plane as your command center, the place where everything comes together. It’s the top-level space that holds all your projects, work items, cycles, modules, and pages.

Picture it like this. A Workspace in Plane is similar to a server in Discord or an organization in Slack. It’s where your team gathers to work on projects, track progress, and get things done. You can create your own projects, invite others to join, and collaborate as a group, or just do your own thing if that’s how you roll.
Picture it like this. A Workspace in Plane is similar to an organization in Slack. It’s where your team gathers to work on projects, track progress, and get things done. You can create your own projects, invite others to join, and collaborate as a group, or just do your own thing if that’s how you roll.
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Use Slack’s actual top-level term here.

Slack’s primary collaboration container is a workspace; “organization” is the Enterprise Grid concept that can contain multiple workspaces. Calling a Plane workspace “an organization in Slack” makes the analogy less accurate, so “a workspace in Slack” would be clearer. (slack.com)

Suggested wording
-Picture it like this. A Workspace in Plane is similar to an organization in Slack. It’s where your team gathers to work on projects, track progress, and get things done. You can create your own projects, invite others to join, and collaborate as a group, or just do your own thing if that’s how you roll.
+Picture it like this. A Workspace in Plane is similar to a workspace in Slack. It’s where your team gathers to work on projects, track progress, and get things done. You can create your own projects, invite others to join, and collaborate as a group, or just do your own thing if that’s how you roll.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Picture it like this. A Workspace in Plane is similar to an organization in Slack. Its where your team gathers to work on projects, track progress, and get things done. You can create your own projects, invite others to join, and collaborate as a group, or just do your own thing if thats how you roll.
Picture it like this. A Workspace in Plane is similar to a workspace in Slack. It's where your team gathers to work on projects, track progress, and get things done. You can create your own projects, invite others to join, and collaborate as a group, or just do your own thing if that's how you roll.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/core-concepts/workspaces/overview.md` at line 10, Replace the phrase "an
organization in Slack" with "a workspace in Slack" in the sentence that begins
"Picture it like this. A Workspace in Plane is similar to an organization in
Slack." so the analogy is accurate; update the surrounding sentence to read
something like "A Workspace in Plane is similar to a workspace in Slack." and
keep the rest of the paragraph unchanged to preserve tone and examples.

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