Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 528 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 528 Bytes

Contributing guidelines

Contributing is very welcome. When contributing, please make sure that:

  • you link an issue to your pull request that you solved,
  • describe clearly what you've done,
  • use 4 spaces to indent code,
  • comment the function and result of complex calculations in the code,
  • try to maintain small functions and high modulairity.

Don't get scared off by these guidelines, feel free to submit pull requests! These guidelines are merely meant to make it more clear how to submit high quality pull requests.