From ab7c057d7450e972becbce4ca89cf58518207d0e Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Tue, 17 Mar 2026 14:05:44 -0700 Subject: [PATCH] docs: rename Contributor Mode to How to Contribute in docs table Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca787b88..fea4a7cb 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ The models are getting better fast. The people who figure out how to work with t |-----|---------------| | [Skill Deep Dives](docs/skills.md) | Philosophy, examples, and workflow for every skill | | [Greptile Integration](docs/greptile.md) | PR review triage with [Greptile](https://greptile.com) | -| [Contributor Mode](docs/contributor-mode.md) | How to help improve gstack | +| [How to Contribute](docs/contributor-mode.md) | How to help improve gstack | | [Browser Reference](BROWSER.md) | Full command reference for `/browse` | | [Architecture](ARCHITECTURE.md) | Design decisions and system internals | | [Contributing](CONTRIBUTING.md) | Dev setup, testing, and dev mode |