Skip to content
Open
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Contributing

Thanks for contributing to this project.

## Setup

1. Fork and clone this repository.
2. Install dependencies from the project toolchain files.
3. Run the test suite (or build) before opening a pull request.

## Pull requests

- Keep changes focused and clearly described.
- Link related issues (for example `Fixes #123`).
- Include a short test plan.
- Match existing code style.

## Conduct

Be respectful and constructive in reviews and discussions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,7 @@ $ pnpm test:sandbox
```

The test corpus runs each program under Node and as a compiled native binary, then compares stdout, stderr, and exit codes byte for byte. The full gate also runs the corpus with AddressSanitizer and the runtime reference-count audit.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).