From 2e3890451f9845c5f455952f13a40973e881d04c Mon Sep 17 00:00:00 2001 From: Rich Hankins Date: Thu, 29 Jan 2026 22:16:35 -0800 Subject: [PATCH] docs: add contributing section with @update-docs info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d24ef29..cd69c21 100644 --- a/README.md +++ b/README.md @@ -683,6 +683,12 @@ npx context-connectors index github --owner myorg --repo myrepo -i my-project -- | `CC_S3_ENDPOINT` | Custom S3 endpoint URL | | `CC_S3_FORCE_PATH_STYLE` | Use path-style URLs (`true`/`false`, required for MinIO and most S3-compatible services) | +## Contributing + +Contributions are welcome! Please feel free to submit a Pull Request. + +When making changes that affect public APIs or functionality, maintainers can use the `@update-docs` command in PR comments to automatically generate documentation updates. + ## License MIT