🙏 Thank you for wanting to contribute to the development of the project!
The following is a set of guidelines for contributing.
Please read our Code of Conduct. By participating, you should uphold this Code of Conduct.
If you want to solve a problem that is not described in issue tracker please create the necessary issue. When creating a new issue use the appropriate templates (Bug report or Feature request).
Before you start run the yarn setup
command which will install a git hook that checks the code before committing.
When writing code follow the Airbnb JavaScript Style Guide. ESlint will help you by highlighting the code in your IDE.
Name the commit as follows: #NUMBER_ISSUE: WHAT_WAS_DONE
. For example: #10: Problem with auth_token was fixed
.
The name of pull request should contain the issue number and a description of the solved problem. After creating the pull request make sure that all automatic checks have been passed.
By contributing your code you agree to license your contribution under the our License.