diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbc979d..b946ac9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ npm test 1. Fork and create a feature branch 2. Add tests for behavior changes (`lib/*.test.mjs`) 3. Run `npm test` before opening a PR -4. Keep PRs focused — one logical change per PR +4. Keep PRs focused GÇö one logical change per PR ## Commit style @@ -40,4 +40,7 @@ Include: Add a co-author trailer for shared work: ```nCo-authored-by: Name -```n \ No newline at end of file +```n + + +Use @korykaai/collab-kit init --oss-toolchain for new examples.