From 67b78dcb93a5604270b4e7096d321f8f180ffbee Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Sun, 25 Jun 2017 20:19:41 +0200 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8465a8c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +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 + +[style guide]: https://github.com/christopheradams/elixir_style_guide