Contributions are welcome. For substantial behavior or API changes, open an issue before starting implementation so the approach can be discussed.
Install Deno 2, clone the repository, and run:
deno task checkChanges that affect npm compatibility should also run:
deno task build:npmKeep pull requests focused, add regression tests for behavior changes, and update public documentation when an API changes. Commit messages should follow the Conventional Commits format.
Report vulnerabilities according to SECURITY.md, not through a public issue.