diff --git a/documentation/docs/contributing/project-management.md b/documentation/docs/contributing/project-management.md new file mode 100644 index 0000000000..1d0a44e94a --- /dev/null +++ b/documentation/docs/contributing/project-management.md @@ -0,0 +1,30 @@ +--- +# SPDX-FileCopyrightText: the secureCodeBox authors +# +# SPDX-License-Identifier: Apache-2.0 + +title: "Project Management" +--- + +Under the topic "project management" we describe how we do the organizational stuff besides coding such as on-/off-boarding new maintainers or contributors. + +## Infrastructure + +- We use GitHub for source code and issue management. + - We have an own organization named [secureCodeBox](https://github.com/secureCodeBox/). + - Management of issues is done with a belonging [project](https://github.com/orgs/secureCodeBox/projects/6). +- We will use the OWASP Google Workspace. + - **TODO** We need to find out hwo to get access. + +## Teams + +In our GitHub organization we have several teams: + +1. _admin-team_: members are the _project leads_. +2. _core-team_: Company sponsored core team. +3. _contributor-team_: Active contributors from the community. +4. _bot-team_: Team containing all bots allowed to push directly to the main branch. + +## On- and Off-Boarding + +**TODO** Describe on-/off-boarding diff --git a/documentation/src/landingpageContent.js b/documentation/src/landingpageContent.js index 1976023cdf..8a61415f5b 100644 --- a/documentation/src/landingpageContent.js +++ b/documentation/src/landingpageContent.js @@ -100,19 +100,24 @@ const content = { }, roles: [ { - imageSrc: "/img/roles/rfe_hoch_cropped.jpg", + imageSrc: "/img/roles/robert.jpg", name: "Robert Felber", - role: "Inventor", + role: "Project Lead", }, { - imageSrc: "/img/roles/sst_hoodie_hoch_cropped.jpg", + imageSrc: "/img/roles/sven.jpg", name: "Sven Strittmatter", - role: "Core Team", + role: "Project Lead", }, { - imageSrc: "/img/roles/jh_small.jpg", + imageSrc: "/img/roles/jannik.jpg", name: "Jannik Hollenbach", - role: "Core Team", + role: "Project Lead", + }, + { + imageSrc: "/img/roles/ilyes.jpg", + name: "Ilyes Ben Dlala", + role: "Project Lead", }, ], }, diff --git a/documentation/static/img/roles/Ilyes.jpg b/documentation/static/img/roles/Ilyes.jpg new file mode 100644 index 0000000000..e386f51f72 Binary files /dev/null and b/documentation/static/img/roles/Ilyes.jpg differ diff --git a/documentation/static/img/roles/jh_small.jpg.license b/documentation/static/img/roles/Ilyes.jpg.license similarity index 100% rename from documentation/static/img/roles/jh_small.jpg.license rename to documentation/static/img/roles/Ilyes.jpg.license diff --git a/documentation/static/img/roles/jh_small.jpg b/documentation/static/img/roles/jannik.jpg similarity index 100% rename from documentation/static/img/roles/jh_small.jpg rename to documentation/static/img/roles/jannik.jpg diff --git a/documentation/static/img/roles/rfe_hoch.jpg.license b/documentation/static/img/roles/jannik.jpg.license similarity index 100% rename from documentation/static/img/roles/rfe_hoch.jpg.license rename to documentation/static/img/roles/jannik.jpg.license diff --git a/documentation/static/img/roles/rfe_hoch.jpg b/documentation/static/img/roles/rfe_hoch.jpg deleted file mode 100644 index c12bab7f0b..0000000000 Binary files a/documentation/static/img/roles/rfe_hoch.jpg and /dev/null differ diff --git a/documentation/static/img/roles/rfe_hoch_cropped.jpg b/documentation/static/img/roles/robert.jpg similarity index 100% rename from documentation/static/img/roles/rfe_hoch_cropped.jpg rename to documentation/static/img/roles/robert.jpg diff --git a/documentation/static/img/roles/rfe_hoch_cropped.jpg.license b/documentation/static/img/roles/robert.jpg.license similarity index 100% rename from documentation/static/img/roles/rfe_hoch_cropped.jpg.license rename to documentation/static/img/roles/robert.jpg.license diff --git a/documentation/static/img/roles/sst_hoodie_hoch.jpg b/documentation/static/img/roles/sst_hoodie_hoch.jpg deleted file mode 100644 index 729ccf8485..0000000000 Binary files a/documentation/static/img/roles/sst_hoodie_hoch.jpg and /dev/null differ diff --git a/documentation/static/img/roles/sst_hoodie_hoch_cropped.jpg.license b/documentation/static/img/roles/sst_hoodie_hoch_cropped.jpg.license deleted file mode 100644 index 04a5ed2863..0000000000 --- a/documentation/static/img/roles/sst_hoodie_hoch_cropped.jpg.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: the secureCodeBox authors - -SPDX-License-Identifier: LicenseRef-Proprietary-No-License diff --git a/documentation/static/img/roles/sst_hoodie_hoch_cropped.jpg b/documentation/static/img/roles/sven.jpg similarity index 100% rename from documentation/static/img/roles/sst_hoodie_hoch_cropped.jpg rename to documentation/static/img/roles/sven.jpg diff --git a/documentation/static/img/roles/sst_hoodie_hoch.jpg.license b/documentation/static/img/roles/sven.jpg.license similarity index 100% rename from documentation/static/img/roles/sst_hoodie_hoch.jpg.license rename to documentation/static/img/roles/sven.jpg.license