Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ We follow a simple and structured process for submitting changes.

After you submit your PR, a member of the Plane team will review it. Depending on our workload, response times may vary, but we'll do our best to get back to you as soon as possible. Thank you for your patience!

If you need any help or have any questions, join us on [Discord](https://discord.com/invite/A92xrEGCge).
If you need any help or have any questions, join us on the [Plane Forum](https://forum.plane.so).
7 changes: 6 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,12 @@ export default defineConfig({

socialLinks: [
{ icon: "github", link: "https://github.com/makeplane/plane" },
{ icon: "discord", link: "https://discord.com/invite/A92xrEGCge" },
{
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: "twitter", link: "https://twitter.com/planepowers" },
{ icon: "linkedin", link: "https://www.linkedin.com/company/planepowers/" },
],
Expand Down
2 changes: 1 addition & 1 deletion docs/core-concepts/workspaces/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Create and manage Workspaces in Plane.

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.


## What's inside a workspace

Expand Down
4 changes: 2 additions & 2 deletions docs/support/get-help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Support and help resources
description: Find support for Plane through in-app chat, email, Discord community, and developer resources. Report bugs, request features, and get answers to your questions.
description: Find support for Plane through in-app chat, email, community forum, and developer resources. Report bugs, request features, and get answers to your questions.
---

# Get help
Expand All @@ -17,7 +17,7 @@ Click the **?** icon in your Plane workspace to start a conversation with our te

## Join our community

Connect with other Plane users, share tips, and get community support on our [Discord server](https://discord.com/invite/A92xrEGCge). It's a great place to see how others are using Plane, get quick answers, and stay updated on what's new.
Connect with other Plane users, share tips, and get community support on the [Plane Forum](https://forum.plane.so). It's a great place to see how others are using Plane, get quick answers, and stay updated on what's new.

## Email support

Expand Down