Skip to content

Conversation

@JerryWu1234
Copy link
Contributor

why

Replace expiring Slack invitation URLs with permanent workspace link. Add Discord as additional community option.

what changed

  • Updated Slack links from invitation URL to permanent workspace URL (https://stagehand-dev.slack.com) in header badge and Contributing section
  • Added Discord link (https://discord.com/invite/stagehand) in Contributing section

test plan

  • Verify Slack badge links to workspace URL
  • Verify Contributing section shows both Slack and Discord links
  • Click links to confirm accessibility
  • Check README renders correctly on GitHub

@changeset-bot
Copy link

changeset-bot bot commented Nov 3, 2025

⚠️ No Changeset found

Latest commit: 1362d9b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Overview

Greptile Summary

Updated Slack invitation URLs to permanent workspace links and added Discord as an additional community option.

  • Replaced temporary Slack invitation URL with permanent workspace URL (stagehand-dev.slack.com) in header badge and Contributing section
  • Added Discord community link in Contributing section
  • Updated Quickstart Guide URL to correct versioned path (v3/first-steps/quickstart)

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Simple documentation update that replaces expiring URLs with permanent links and adds a new community option. No code changes, no logic changes, and straightforward improvements to user experience
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
README.md 5/5 Updated Slack links from temporary invitation URLs to permanent workspace URL and added Discord community link

Sequence Diagram

sequenceDiagram
    participant User
    participant README
    participant Slack as Slack Workspace
    participant Discord as Discord Server
    
    Note over README: Documentation Update
    User->>README: View community links
    README-->>User: Display Slack workspace URL
    README-->>User: Display Discord invite URL
    
    alt User clicks Slack
        User->>Slack: Navigate to stagehand-dev.slack.com
        Slack-->>User: Show workspace login/signup
    else User clicks Discord
        User->>Discord: Navigate to discord.com/invite/stagehand
        Discord-->>User: Show Discord invite page
    end
Loading

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@JerryWu1234 JerryWu1234 changed the title BUG:Update Slack community link in README and add Discord invitation for contributions BUG:add Discord invitation for contributions Nov 7, 2025
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.

1 participant