Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 630 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 630 Bytes

Contribute

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.

  1. Create an issue to discuss about your idea
  2. [Fork it] (https://github.com/AdevintaSpain/leku/fork)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request
  7. Profit! ✅