You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ledsa/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,13 @@ Run python -m ledsa -s3. This will take quite a while, even on many cores. Grab
23
23
Run python -m ledsa -coord to calculate the 3D coordinates of the LEDs from the reference image. To be able to do
24
24
it,there must be the coordinates of the two outermost LEDs for each LED array saved in the variable
25
25
line_edge_coordinates inside config.ini
26
+
27
+
28
+
How this git repo is structured:
29
+
30
+
To introduce new, tested and stable changes, push requests to the development branch are used.
31
+
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
+
Push request drafts to the development branch can be used to communicate about changes and new functionality.
33
+
After reviewing the changes, they will be merged into the branch.
34
+
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.
35
+
Every merge with master is followed by introducing a new version tag corresponding to the semantic versioning pradigm.
0 commit comments