8000 2896 updates after initial project lead sync by Weltraumschaf · Pull Request #3050 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions documentation/docs/contributing/project-management.md
Original file line number Diff line number Diff line change
@@ -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
17 changes: 11 additions & 6 deletions documentation/src/landingpageContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand Down
Binary file added documentation/static/img/roles/Ilyes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed documentation/static/img/roles/rfe_hoch.jpg
Binary file not shown.
Binary file removed documentation/static/img/roles/sst_hoodie_hoch.jpg
Binary file not shown.

This file was deleted.

Loading
0