Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 494 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 494 Bytes

Contributing

If you have any better solution to these Codility lessons, please feel free to fork and commit your code :) I'd really appreciate your awesome code.

How?

  1. Fork it
  2. Create a feature branch (git checkout -b my-new-feature)
  3. Commit changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request