Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 443 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 443 Bytes

How to contribute

  1. Fork the Repository
  2. Create a branch for your feature (git checkout -b new-feature)
  3. Commit your changes (`git commit -am 'Added some new feature')
  4. Push to the branch (git push origin new-feature)
  5. Create new Pull Request

Guidelines for Pull Requests

  1. Try your best to keep your coding style clean
  2. Comment passages of code to make them more understandable
  3. Only make a single change per commit