Skip to content

Branching strategy

Viktor Pakhuchyi edited this page Nov 16, 2022 · 1 revision

Branching strategy

PR with some translation:
translation/info-about-translated-item-or-topic

PR with content update according to the original go tour update:
update/info-about-update

PR with our community features:
feat/info-about-the-feature

PR with our community bugfixes:
bugfix/info-about-fixed-bug

PR with no busines logic changes (linters, infrastructure etc):
chore/info-about-changes

Commits format

Title:
branch-prefix: short information about the changes within the commit

Body:
Optional. Should contain information about more specific changes in case a PR has many of them.

Clone this wiki locally