Contribution Guidelines
January 8, 2018 ยท View on GitHub
Please ensure your pull request adheres to the following guidelines:
- Before implementing a new feature, first make issue with a detailed description of what you want to do (it's can save your time)
- Search previous pull request before making a new one, as yours may be a duplicate.
- Don't forget to do format code (
WIN+Lon Windows,CMD+Shit+Lon Mac OS) - Make an individual pull request for each suggestion.
- Base branch for pull request โ
develop
If possible, write a unit test to your change
Thank you for your suggestions!