Skip to content

Branch Guide

João GS Pereira edited this page Nov 30, 2023 · 3 revisions

Intro

Work with branches instructions are provided in this section.

How to name a branch properly?

For branch names, use the group name in uppercase, followed by the branch's purpose in lowercase, using hyphen as a separator.

Groups of branches

  • BUG: A problem in the development environment
  • HOTFIX: A problem that has arisen in the production environment
  • FEATURE: A new feature that has been approved and is fully ready for development
  • WIP: A newly approved feature that is dependent on other functionality but is ready for development.

Example

  • BUG-fix-first-deployment
  • FEAT-create-header-component

Project Management

Contributing

Documentation

Clone this wiki locally