Skip to content

Contributing

Federico Brigante edited this page Sep 20, 2021 · 4 revisions

Part of the Getting started guide.

Branch naming

We roughly follow the Gitflow/GitHub flow naming convention. For bug fixes and enhancements to the main branch, use feature/XXX-issue-name. For bug fixes to a release branch (found during QA), use bugfix/XXX-issue-name

Commits

When you commit, pre-commit will run prettier and other checks on the code. NOTE: if pre-commit modifies a file during a commit, you have to re-stage it in the Git commit.

Don't worry about cleaning up the commit history before submitting a PR. We squash merge the PR, so all the commits will be merged into a single commit