Skip to content

Commit

Permalink
add note about rustfmt and clippy into contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Object905 committed Aug 4, 2017
1 parent b0d593a commit b3a732e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b3a732e

Please sign in to comment.