Skip to content

Commit

Permalink
chore: Update contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 14, 2020
1 parent 125eafa commit 6aa960c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cargo build
cargo test --all
```

5. Make sure [rustfmt](https://github.com/rust-lang/rustfmt) and [clippy](https://github.com/rust-lang/rust-clippy) pass before creating a pull request.
5. Make sure [rustfmt](https://github.com/rust-lang/rustfmt) and [clippy](https://github.com/rust-lang/rust-clippy) are passed before creating a pull request.
```
cargo fmt --all -- --check
cargo clippy -- -D warnings
Expand All @@ -36,7 +36,7 @@ cargo clippy -- -D warnings

1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.

2. Update the [README.md](https://github.com/orhun/kmon/blob/master/README.md) with details of changes to the terminal user interface including new environment variables, command line arguments and container parameters.
2. Update the [README.md](https://github.com/orhun/kmon/blob/master/README.md) and [CHANGELOG.md](https://github.com/orhun/kmon/blob/master/CHANGELOG.md) with details of changes to the terminal user interface including new environment variables, command line arguments and container parameters.

3. Increase the version number in [Cargo.toml](https://github.com/orhun/kmon/blob/master/Cargo.toml) to the new version that this Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).

Expand Down

0 comments on commit 6aa960c

Please sign in to comment.