Skip to content

Commit e77f6b2

Browse files
committed
docs: add Slack community invite link to README
## Summary ### Why? There is no discoverable entry point for people who want to ask questions, discuss design, or get help getting started with SubmitQueue. A public Slack workspace exists but is not linked anywhere in the repo, so newcomers land on the README with no way to reach the maintainers short of filing an issue. ### What? Adds the shared Slack invite link to `README.md` in two places: a Slack badge alongside the existing CI / Go version / License badges, and a new `## Community` section between Project Status and Contributing that spells out what the channel is for. Docs only — no code, build, or generated files are touched. ## Test Plan Docs-only change; verified by reading the diff. The badge and section render will be visible in the PR preview on GitHub.
1 parent a0d6532 commit e77f6b2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![CI](https://github.com/uber/submitqueue/actions/workflows/ci.yml/badge.svg)](https://github.com/uber/submitqueue/actions/workflows/ci.yml)
44
[![Go Version](https://img.shields.io/github/go-mod/go-version/uber/submitqueue)](go.mod)
55
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
6+
[![Slack](https://img.shields.io/badge/Slack-join%20the%20community-4A154B?logo=slack&logoColor=white)](https://join.slack.com/t/submitqueue/shared_invite/zt-46gkqj682-7zcQphxm2pYqkjDo9lbmYA)
67

78
SubmitQueue is a high-performance speculative merge queue that keeps your trunk consistently green at scale. Rather than validating changes one at a time, SubmitQueue speculatively rebases and validates multiple changes in parallel against predicted future states of HEAD. When validations pass, changes land automatically. When they fail, SubmitQueue isolates the offending change and retries the rest — all without human intervention.
89

@@ -50,6 +51,10 @@ See [service/README.md](service/README.md) for more examples including running i
5051

5152
SubmitQueue is under active development. We welcome contributions and feedback.
5253

54+
## Community
55+
56+
Join us on Slack: [submitqueue.slack.com](https://join.slack.com/t/submitqueue/shared_invite/zt-46gkqj682-7zcQphxm2pYqkjDo9lbmYA) — questions, design discussions, and help getting started.
57+
5358
## Contributing
5459

5560
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to get started.

0 commit comments

Comments
 (0)