Skip to content

Commit

Permalink
README: Ensure we know the contribution process
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Sep 20, 2023
1 parent ddbf982 commit aa68cb2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ $ cargo build -p moss
$ cargo run -p moss -- $args
```

## Contributing changes

Please ensure all tests are running locally without issue:

```bash
$ cargo test

# Prior to commiting a change:
$ cargo fmt

# Prior to pushing anything, check:
$ cargo clippy
```

## License

`moss-rs` is available under the terms of the [MPL-2.0](https://spdx.org/licenses/MPL-2.0.html)
Expand Down

0 comments on commit aa68cb2

Please sign in to comment.