From bee796b592d18ce44e57e16a8c8167be0685e80a Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Sat, 20 Jun 2020 04:33:49 +0200 Subject: [PATCH] Update contribution guidelines --- CONTRIBUTING.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e3f790..2a930fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,10 @@ -1. Fork it ( ) +1. Fork it () 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Make your changes, with new passing tests. Follow this [style guide]. -4. Execute all tests. -5. Commit your changes (`git commit -am 'Add some feature'`) -6. Push to the branch (`git push origin my-new-feature`) -7. Create a new Pull Request +4. Execute all tests (`mix test`) +5. Apply the mix formatter (`mix format`) +6. Commit your changes (`git commit -am 'Add some feature'`) +7. Push to the branch (`git push origin my-new-feature`) +8. Create a new Pull Request [style guide]: https://github.com/christopheradams/elixir_style_guide