Skip to content

Commit 7c0b5c2

Browse files
authored
Update README.md
1 parent 83cbc74 commit 7c0b5c2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

ledsa/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,10 @@ line_edge_coordinates inside config.ini
2727

2828
<b>How this git repo is structured:</b>
2929

30-
To introduce new, tested and stable changes, push requests to the development branch are used.
30+
To introduce new, tested and stable changes, pull/ merge requests into the master branch are used.
3131

32-
If the master branch is not ahead of the push and no other push request to master is open, the request can go directly to master instead.
32+
Pull request drafts can be used to communicate about changes and new functionality.
3333

34-
Push request drafts to the development branch can be used to communicate about changes and new functionality.
35-
36-
After reviewing the changes, they will be merged into the branch.
37-
38-
Merges to development must be tested again after merging master into it before merging it to master. If there is an open push request to master, it must be merged with development and tested as well before pushing development to master.
34+
After reviewing and testing the changes, they will be merged into master.
3935

4036
Every merge with master is followed by introducing a new version tag corresponding to the semantic versioning pradigm.

0 commit comments

Comments
 (0)