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: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,18 @@ In all data subfolders, FDS input files as well as a run script `case_run.sh` is
50
50
51
51
The `case_download.sh` script inside the individual data subfolders can be used to download precomputed data.
52
52
53
+
## Contribution
54
+
55
+
### For external
56
+
57
+
Please for the `development` branch and create a pull request based on that.
58
+
59
+
### For internal
60
+
61
+
**New section / content**: Create a feature branch of `development`. Once finished, merge it back and create a release branch with your changes that have to be pushed to `main`. Assign Lukas as reviewer for the pull request.
62
+
63
+
**Typos / Fixes**: Push them directly to the `development` branch and then directly to `main`.
0 commit comments