diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17f6ca11f..cd0afb784 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,7 @@ Known bugs and feature requests are all in the [issue tracker](https://github.co * [Fork](https://github.com/ggez/ggez/fork) and clone the repository * Create a new branch: git checkout -b my-branch-name * Make your changes +> It's adviced to run [rustfmt](https://github.com/rust-lang-nursery/rustfmt) and [clippy](https://github.com/rust-lang-nursery/rust-clippy) before submitting a pull request * Push to your fork and [submit a pull request](https://github.com/ggez/ggez/compare) * Pat your self on the back and wait for your pull request to be reviewed.