Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 617 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 617 Bytes

Contributing to sw

sw is a small and not very feature filled clone of the unix command ls

Styling and formatting

Code is formatted using rustfmt and linted using clippy You can install these with

rustup component add rustfmt
rustup component add clippy

Make sure you have rust installed

Make sure you've given the necessary permissions to the pre-commit hooks

chmod 500 ./scripts/setup-hooks.sh ./.hooks/pre-commit.sh

Make sure to check for typos (preferably using typos)

Thank you for contributing