Skip to content

Commit 83cbc74

Browse files
authored
better readability
1 parent e0f6225 commit 83cbc74

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ledsa/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LEDSmokeAnalysis
22

3-
How to use LEDSA:
3+
<b>How to use LEDSA:</b>
44

55
Set your PYTHONPATH to find the ledsa folder so the package can be imported.
66
Now, the package can be accessed via import ledsa.
@@ -25,11 +25,16 @@ it,there must be the coordinates of the two outermost LEDs for each LED array sa
2525
line_edge_coordinates inside config.ini
2626

2727

28-
How this git repo is structured:
28+
<b>How this git repo is structured:</b>
2929

3030
To introduce new, tested and stable changes, push requests to the development branch are used.
31+
3132
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.
33+
3234
Push request drafts to the development branch can be used to communicate about changes and new functionality.
35+
3336
After reviewing the changes, they will be merged into the branch.
37+
3438
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.
39+
3540
Every merge with master is followed by introducing a new version tag corresponding to the semantic versioning pradigm.

0 commit comments

Comments
 (0)