Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 543 Bytes

contributing.md

File metadata and controls

13 lines (10 loc) · 543 Bytes

Guidelines to contribute

  • Before start anything, search previous issues or pull requests, as yours may be a duplicate.
  • To start any change in the code, please, create a pull request.
  • After your changes, check if it broke the tests, fix it or create new tests if needed.

Submiting a pull request

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request to master branch