Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 544 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 544 Bytes

Telldus Live! mobile contributing guidelines

Notes:

  • Keep the README.md complete and up to date! Goal is that it contains everything you need to get started.
  • Go the extra mile and make good, clean and maintainable code. Don't take shortcuts to just finish the task as quickly as possible
  • Commit small and often.
  • Make sure you follow our coding guidlines. There is a lint script available to test the code before commiting. Use this!

Commiting code

Please read these guidlines:
https://chris.beams.io/posts/git-commit/