Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanal authored Jun 12, 2024
1 parent 03751e8 commit ea91563
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ You start off with the main branch, then a developer creates a feature branch di
After the feature is developed the code is reviewed and tested on the branch.
Only after the code is stable it can be merged to main.

* Main dev work is done on feature branches
* Branches must be prefixed according to their nature:
** feature/* - for implementing user stories
** fix/* - for fixing bugs that appeared in the main branch
** chore/* - any small change without any impact
* Branch Name:
** MUST contain : Issue ID in the format #XXX
** MUST contain: Subject of issue (Abbreviation of pbi summary without using spaces / use "-" to connect)

<img src="https://raw.githubusercontent.com/eclipse-tractusx/traceability-foss/main/docs/images/github-flow-branching-model.jpeg" height="60%" width="60%"/>

### Commit messages
Expand Down

0 comments on commit ea91563

Please sign in to comment.