Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 877 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 877 Bytes

Wherever you want to implement a new feature or to fix a bug, your contribution is highly appreciated :) the workflow is fork and pull-request.

And don't forget the 'gold rules'!

  • Fork, develop & merge-request (pull-request)
  • Double analyze the existing code, don't write what is already written, be DRY (Don't Repeat Yourself)
  • Dumb code is better than clever one when is time to share
  • Write comments when only "YOU" know what you are doing
  • Optimize only after achieved
  • Less is more!

Happy coding!