Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 500 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 500 Bytes

Contributing

All pull requests are welcome.

TODO

  1. New TCP transport support (from memcrap-protocol).
  2. Tests
  3. Doc

Run CI locally

Requirements

  1. cargo-make

Run

Go to the project root and run:

cargo make all

pre-commit hook

Install pre-commit

pre-commit install

Add changes

git add .

The hook will be triggered automatically at each commit.