Skip to content

Commit 9c5c58e

Browse files
tyler-daneCopilot
andauthored
docs: replace discord links in README (#1383)
* Update issue template and command palette links to reflect GitHub Discussions instead of Discord. This change enhances community engagement by directing users to the appropriate platform for questions and feedback. * Update README.md to reflect new project description and community engagement links. Changed project description to emphasize its role as a minimal task manager for engineers and updated contact links to direct users to GitHub Discussions instead of Discord. * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/web/src/common/constants/more.cmd.constants.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e4b72c4 commit 9c5c58e

3 files changed

Lines changed: 10 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: 💬 Discord Community
4-
url: https://www.discord.gg/H3DVMnKmUd
5-
about: Join our Discord for general questions and discussion
3+
- name: 💬 GitHub Discussions
4+
url: https://github.com/SwitchbackTech/compass/discussions
5+
about: Start a GitHub Discussion for general questions and feedback
66
- name: 📚 Documentation
77
url: https://docs.compasscalendar.com
88
about: Check our documentation for setup guides, API reference, and contributing guidelines

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# 🧭 Compass Calendar
22

3-
_A focused workspace for organizing your day and staying on track; All your events & tasks in one place_
3+
_A minimal task manager for engineers._
4+
5+
_All your tasks & events in one place_
6+
7+
_Organize your day and stay on track_
48

59
https://github.com/user-attachments/assets/ba7b91b9-1984-49f2-afc6-7fcda1100b31
610

@@ -69,7 +73,7 @@ Features we don't support yet:
6973

7074
- 📘 [Read the handbook](https://compasscalendar.notion.site/?utm_source=github&utm_medium=referral&utm_campaign=readme): Why Compass exists and how it fits into our loooooong-term vision.
7175

72-
- 👀 Stay in touch: [Discord](https://www.discord.gg/H3DVMnKmUd), [X (Twitter)](https://x.com/CompassCalendar), [YouTube](https://youtube.com/playlist?list=PLPQAVocXPdjmYaPM9MXzplcwgoXZ_yPiJ&si=jssXj_g9kln8Iz_w), [LinkedIn](https://www.linkedin.com/company/compass-calendar)
76+
- 👀 Stay in touch: [GitHub Discussions](https://github.com/SwitchbackTech/compass/discussions), [X (Twitter)](https://x.com/CompassCalendar), [YouTube](https://youtube.com/playlist?list=PLPQAVocXPdjmYaPM9MXzplcwgoXZ_yPiJ&si=jssXj_g9kln8Iz_w), [LinkedIn](https://www.linkedin.com/company/compass-calendar)
7377

7478
## Tech Stack
7579

packages/web/src/common/constants/more.cmd.constants.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,8 @@ export const moreCommandPaletteItems: Array<{
2626
{
2727
id: "share-feedback",
2828
children: "Share Feedback",
29-
icon: "EnvelopeOpenIcon",
30-
href: "mailto:tyler@switchback.tech",
31-
target: "_blank",
32-
},
33-
{
34-
id: "discord",
35-
children: "Join Discord",
3629
icon: "ChatBubbleLeftRightIcon",
37-
href: "https://www.discord.gg/H3DVMnKmUd",
30+
href: "https://github.com/SwitchbackTech/compass/discussions",
3831
target: "_blank",
3932
},
4033
{

0 commit comments

Comments
 (0)