-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from CycloneDX/codeowners-init
add codeowners
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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,18 @@ | ||
# see https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners | ||
|
||
# see the teams: https://github.com/orgs/CycloneDX/teams | ||
|
||
## default | ||
* @CycloneDX/core-team | ||
|
||
## CDX maintained: dedicated maintainer teams are the subject-matter experts. | ||
## But @core-team is additional owner, as they are the only ones that can trigger a merge. | ||
### Go | ||
/cdx/gomod.md @CycloneDX/go-maintainers @CycloneDX/core-team | ||
### JS & Node | ||
/cdx/npm.md @CycloneDX/javascript-maintainers @CycloneDX/core-team | ||
### PHP | ||
/cdx/composer.md @CycloneDX/php-maintainers @CycloneDX/core-team | ||
### Pythpn | ||
/cdx/pipenv.md @CycloneDX/python-maintainers @CycloneDX/core-team | ||
/cdx/poetry.md @CycloneDX/python-maintainers @CycloneDX/core-team |