Rules of contributing to our project.
- If you want to add your own feature or fix something in our code, please create your own branch to do it.
- Enable precommit hooks using
git config --local core.hooksPath .githooks/
- Use conventional commits, please.
- Please avoid verbs in commits' names ("project initialization" instead of "initialize project" or "initialized project")
- Once your branch is complete, you can make a pull request and wait for it to be reviewed.
- Description of pull request is required to be written.
- Your commits and pull requests must be named and described in English.
- Your naming of commits and pull requests must be logical and reasonable.
- Please use "git commit -s" option.
- If you are in doubt what to do, it's better to text developers.