Skip to content

Commit ce9d1c1

Browse files
authored
Merge branch 'main' into SAP-instance-of-document-your-guiding-principles
2 parents 43344c6 + dac29af commit ce9d1c1

File tree

9 files changed

+254
-225
lines changed

9 files changed

+254
-225
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adyen

.github/workflows/generate-mindmap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v5
3131
- name: Use Node.js
32-
uses: actions/setup-node@v5
32+
uses: actions/setup-node@v6
3333
with:
3434
node-version: 20
3535
cache: 'npm'

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Use Node.js
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: 20
2828
- name: Run Markdownlint

.vale.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ MinAlertLevel = suggestion
33

44
Packages = https://github.com/InnerSourceCommons/isc-styles/releases/latest/download/ISC.zip
55

6+
Vocab = Base
7+
68
[*]
79
BasedOnStyles = ISC
810

pattern-categorization/package-lock.json

Lines changed: 240 additions & 221 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pattern-categorization/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Generate mindmap of the patterns in our book, using markmap.",
55
"dependencies": {
66
"markmap-cli": ">=0.18.12",
7-
"pageres-cli": "^9.0.0",
8-
"optipng-bin": "^9.0.0"
7+
"optipng-bin": "^9.0.0",
8+
"pageres-cli": "^9.0.0"
99
},
1010
"scripts": {
1111
"test": "echo \"Error: no test specified\" && exit 1"

patterns/2-structured/document-your-guiding-principles.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ All Trusted Committers of a project are published.
125125
* **GitHub**
126126
* **Robert Bosch GmbH**
127127
* **Siemens'** InnerSource strategy is built upon the guiding principles of Documentation, Workflow, Transparency, Continuous Integration and Culture which are detailed in their InnerSource portal.
128+
* **Mercedes-Benz**
128129
* **SAP** - The [SAP Open Source Manifesto](https://github.com/SAP/open-source-manifesto) mentions principles that SAP follows that related both to Open Source and InnerSource
129130

130131
### Europace AG
@@ -199,6 +200,10 @@ The principles _Openness_, _Transparency_ and _Voluntariness_ helped grow divers
199200
_Meritocracy_ has proven to be an effective motivation for making great contributions.
200201
_Self-Determination_ allowed the communities to use their limited time for contributions in the most effective and efficient way.
201202

203+
### Mercedes-Benz
204+
205+
Mercedes-Benz highlights the principles that they hold themselves accountable to in their [Mercedes-Benz AG - FOSS Manifesto](https://opensource.mercedes-benz.com/manifesto/). They differentiate between company principles and employee principles, which adds higher granularity. Further they combine both Open Source and InnerSource in the same manifesto, highlighting how both follow the same ideals.
206+
202207
## Status
203208

204209
Structured

patterns/2-structured/innersource-license.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The license simplifies the conversations within our organization about sharing s
5656
- **Airbus**
5757
- **GovTech (Singapore Government)**
5858
- **Siemens** has developed their own InnerSource license alongside other necessary legal agreements between subsidiaries.
59+
- **Mercedes-Benz**
5960

6061
### DB Systel
6162

patterns/2-structured/maturity-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ long term.
213213
* **Zylk**
214214
* **Bitergia**
215215
* **Airbus**
216+
* **Adyen**
216217

217218
## Authors
218219

0 commit comments

Comments
 (0)