Skip to content

Commit

Permalink
fix(readme): adds link to git flow description
Browse files Browse the repository at this point in the history
  • Loading branch information
jekutzsche authored May 5, 2021
1 parent 3c0adfb commit aba7621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Refs iris-gateway/iris-backlog#{issue number} ⇒ other repository

=== Branches

Git Flow is our branching strategy and the base of our release prozess. Thus, development takes place on feature branches, which is merged in the `develop` branch. The `main` branch is reserved for releases.
https://www.atlassian.com/de/git/tutorials/comparing-workflows/gitflow-workflow[Git Flow] is our branching strategy and the base of our release prozess. Thus, development takes place on feature branches, which is merged in the `develop` branch. The `main` branch is reserved for releases.

Branches should be named according to the following scheme:
```
Expand Down

0 comments on commit aba7621

Please sign in to comment.