Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 797 Bytes

File metadata and controls

12 lines (12 loc) · 797 Bytes

Contributing

Rules of contributing to our project.

  1. If you want to add your own feature or fix something in our code, please create your own fork to do it.
  2. Please name your commits using Present Simple ("Add..." instead of "Added...")
  3. Once your branch is complete, you can make a pull request into "main" branch and wait for it to be reviewed.
  4. Description of pull request is required to be written.
  5. Your commits and pull requests must be named and described in English.
  6. Your naming of commits and pull requests must be logical and reasonable. Use conventional commits, please.
  7. Please use "git commit -s" option.
  8. Your branch must have no rebase conflicts with base branch.
  9. Your PR must pass CI checks.
  10. If you are in doubt what to do, it's better to text developers.