From 56ecf77a7c3a9e17c08e554d8089d94e1c6cbfd2 Mon Sep 17 00:00:00 2001 From: Abhinav Pappu Date: Tue, 30 Jun 2026 01:14:49 +0000 Subject: [PATCH] OB-61778 docs: add Contributing section to README Give external (non-Observe) contributors lightweight guidance: open an issue before non-trivial changes so we can align on approach, and use Conventional Commits for messages. Kept to a short README section rather than a standalone CONTRIBUTING.md to avoid duplicating the existing Development section. Made-with: Cursor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4f3fbca..50809e6 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,12 @@ npx skills add observeinc/cli To update installed skills after edits in this repo, run `npx skills update`. +## Contributing + +Contributions are welcome! For non-trivial changes, please [open an issue](https://github.com/observeinc/cli/issues) first so we can align on the approach — the change may already be planned, in progress, or out of scope. + +Please use [Conventional Commits](https://www.conventionalcommits.org) for commit messages (e.g. `fix(query): handle empty result set`). + --- ## Development