FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

2896 updates after initial project lead sync by Weltraumschaf · Pull Request #3050 · secureCodeBox/secureCodeBox · GitHub

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

Filter by extension

Filter by extension .jpg  (6) .js  (1) .license  (5) .md  (1) All 4 file types selected
Deleted files Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
30 changes: 30 additions & 0 deletions documentation/docs/contributing/project-management.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires iframe.
Binary file not shown.
Binary file not shown.

This file was deleted.


Back | FazBrowse Home | New Git URL