From f6b19c85a3c50888e2c04ac646a1654f70539164 Mon Sep 17 00:00:00 2001 From: Anten Skrabec Date: Wed, 29 Jul 2026 19:48:52 -0600 Subject: [PATCH] docs: add Contributing section to README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f3cfd3..e1a8573 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,10 @@ Single Rust binary — the CLI and actix-web server share the same codebase. | `src/logging/` | Structured logging (console, file, SQLite, SSE broadcast) | | `src/config.rs` | Config types, TOML serialization, `QUMA_*` env overrides | +## Contributing + +Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, workflow, and code style guidelines. + ## AI Disclosure Portions of this codebase were implemented with the assistance of LLM-based tools (Claude Code). All architecture, design decisions, and direction were done by a human (Senior Product Security Engineer w/ 10+ years of coding experience), the LLM was used as an implementation aid under continuous human supervision and review.