Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 470 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 470 Bytes

Contributing

Feel free to contribute to this repo. Changes that improve overall performance, code quality, tests, etc. are highly appreciated.

Pull Request Process

  1. Ensure that all deps are installed and up to date.
  2. Ensure that all tests are OK.
  3. Add tests if necessary.
  4. Update the README.md if necessary and regenerate docs via provided script (pnpm run typedoc).
  5. Optionally run benchmarks to ensure that your update does no harm to performance.