Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.15 KB

3_WorkflowSubchapter.md

File metadata and controls

17 lines (12 loc) · 1.15 KB

Workflow and Git

Not confident with Git yet? Visit the simple guide!

  1. If you use Git in IDE - make sure it follows all standards. We don't care what GUI/CLI you use as long as you know what happens under the hood.

  2. Commit messages should be written (if only it's possible) with the following convention: TASK-123 - Max 64 characters description in english written in Present Simple.. If you don't work with any ticket system, please skip the TASK-123 - part. How to write a commit message and use Git in a proper way? Read here.

  3. We use Gitflow. So you have to:

    • Use correct branch prefixes: hotfix/, feature/, refactoring/ etc,
    • Follow the Gitflow branching rules described in the image,
    • If you use any ticket system, use the ticket name in the branch, after prefix. Jira can match branches and tasks together.

    Any kind of change of the flow has to be discussed to the team leader.