Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -40,4 +40,7 @@ Include:
Add a co-author trailer for shared work:

```nCo-authored-by: Name <id+user@users.noreply.github.com>
```n
```n


Use @korykaai/collab-kit init --oss-toolchain for new examples.
Loading