diff --git a/docs/slides/2024-1x1/content.md b/docs/slides/2024-1x1/content.md
index 4a83240..89fc8fc 100644
--- a/docs/slides/2024-1x1/content.md
+++ b/docs/slides/2024-1x1/content.md
@@ -250,7 +250,7 @@ Zeipunkt(e)
[Open Source Guidelines](https://baloise.github.io/open-source/docs/arc42/)
---
-# β
+# π΅
[15'](https://youtu.be/1gQJUjgCqrU)
---
@@ -362,21 +362,125 @@ git version 2.39.3 (Apple Git-146)
---
# π₯
---
+# πͺ
+
+## Mitwirken
+
+Warum?
+--
+## Upstream & Downstream
+
+![](https://github.com/digital-sustainability/module-eoss-ospo101/raw/main/module6/supply-chain-funnel.png)
+
+[OSPO-101.6.1](https://digital-sustainability.github.io/module-eoss-ospo101/module6/)
+--
+![](https://github.com/digital-sustainability/module-eoss-ospo101/raw/main/module6/dev-without-upstreaming.png)
+--
+![](https://github.com/digital-sustainability/module-eoss-ospo101/raw/main/module6/dev-with-upstreaming.png)
+--
+Semantic Versioning 2.0.0
+
+```md[1|3-4|6-7|9-10|4,7,10|]
+Given a version number MAJOR.MINOR.PATCH, increment the:
+
+MAJOR version when you
+ > make **incompatible** API changes
+
+MINOR version when you
+ > add functionality in a backward *compatible* manner
+
+PATCH version when you
+ > make backward *compatible* bug fixes
+```
+https://semver.org
+--
+
+# π’
+
+> Du aktualisierst eine AbhΓ€ngigkeit von Version `1.4.2` auf `1.6.1` - worauf solltest du bei diesem Versionswechsel achten?
---
-# β
+# π€
+
+## Wie?
+--
+
+#
+
+https://github.com
+
+#
+
+
+https://gitlab.com
+--
+
+# π
+
+>
+---
+# π‘
+
+## IP
+
+Intellectual Property
+--
+# DCOs & CLAs
+
+Committer, Authors, Reviewer, Maintainer, ...
+--
+# π§βπ¨ & π§βπ»
+
+### [Author & Committer](https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History)
+--
+# π & ποΈ
+
+### Developer Certificate of Origin ([DCO](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin))
+
+[git commit](https://git-scm.com/docs/git-commit) `--signoff -m "My change"`
+
+### Contributor License Agreement ([CLA](https://en.wikipedia.org/wiki/Contributor_License_Agreement))
+--
+
+# π
+
+>
+---
+# π«
[15'](https://youtu.be/1gQJUjgCqrU)
---
+# β¬οΈ
+
+## Upstream Practices
+
+(draft) Pull, Merge Requests
+--
+![](https://github.com/digital-sustainability/module-eoss-ospo101/raw/main/module6/setup.png)
+--
+![](https://github.com/digital-sustainability/module-eoss-ospo101/raw/main/module6/pull-requests.png)
+--
+typical
+
+## Contribution Flow
+
+1. Fork & Clone
+2. Pull updates from upstream, push changes to origin
+3. Create merge / pull request from fork to upstream project
+--
+
+---
---
-# β
+
+---
+# π§
[15'](https://youtu.be/1gQJUjgCqrU)
---
---
-# β
+# πΊ
[15'](https://youtu.be/1gQJUjgCqrU)
---