Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 397 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 397 Bytes

Contributing

OI, FUCKWIT! SO YA WANNA CONTRIBUTE TO THE PROJECT? LISTEN UP!

Style

All commit messages must be Aussie:

❌ CARN fixed a bug

✅ FAIR DINKUM FIXED A FUCKUP!

Development workflow

Fork the repo and make your changes. Make sure your code compiles and passes the tests:

# Run tests
cargo test

# Build executable
cargo build

# Build wasm for site
make wasm