Skip to content

Contribution information

Anna Gąsiorowska edited this page Nov 26, 2024 · 1 revision

Branch naming convention

[feature/maintance/bug]/[F,B,O]-[task_number]

Short names for scopes

Order importance Keyword in branch name Scope of changes
1 F frontend
2 B backend
3 O other

Keep the order of keywords with mentioned importance

FOR EXAMPLE DO NOT USE THIS ORDER: OFB

Example 1: I am adding feature with new note page view. I am doing task number 2 on Trello.

  • feature/F-2

Example 2: I am adding API communication on frontend and change controller in backend. I am doing task number 50 on Trello.

  • feature/FB-50