Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 576 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 576 Bytes

Contribution Guidelines

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+L on Windows, CMD+Shit+L on 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!