Skip to content

Commit

Permalink
Merge pull request #50 from CycloneDX/codeowners-init
Browse files Browse the repository at this point in the history
add codeowners
  • Loading branch information
coderpatros authored Mar 25, 2023
2 parents b82aeb5 + 0435f3e commit e9564a6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
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

0 comments on commit e9564a6

Please sign in to comment.