Skip to main content

Ground rules

  • Always make sure that the main branch is ready to deploy. If something break, we fix it as soon as possible.

Pull Requests

Please try to make your pull request easy to review for us.

  • Make small pull requests. The smaller, the faster to review and the more likely it will be merged soon.
GitHub Tips

When creating a Pull Request on GitHub, you can add Closes #<Issue number>. When you merge the PR, the issue will automatically be closed.

Git commit format

We use conventional commits