Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 399 Bytes

CONTRIBUTE.md

File metadata and controls

9 lines (9 loc) · 399 Bytes

Contributing

  1. Fork it!
  2. Create your own branch: git checkout -b my-new-branch.
  3. Make your changes.
    • Comment out what changes are made: // changed ArrayList to array.
    • Comment out why are they made: // saves memory.
  4. Commit your changes: git commit -am 'added some feature'.
  5. Push to the branch: git push origin my-new-branch.
  6. Submit a pull request. 😄