Skip to content

Commit

Permalink
create CODEOWNERS (radius-project#8004)
Browse files Browse the repository at this point in the history
# Description

_Please explain the changes you've made._

Adding a CODEOWNERS file for administering repo membership and roles.

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: N/A

## Contributor checklist
Please verify that the PR meets the following requirements, where
applicable:

- [x] An overview of proposed schema changes is included in a linked
GitHub issue.
- [x] A design document PR is created in the [design-notes
repository](https://github.com/radius-project/design-notes/), if new
APIs are being introduced.
- [x] If applicable, design document has been reviewed and approved by
Radius maintainers/approvers.
- [x] A PR for the [samples
repository](https://github.com/radius-project/samples) is created, if
existing samples are affected by the changes in this PR.
- [x] A PR for the [documentation
repository](https://github.com/radius-project/docs) is created, if the
changes in this PR affect the documentation or any user facing updates
are made.
- [x] A PR for the [recipes
repository](https://github.com/radius-project/recipes) is created, if
existing recipes are affected by the changes in this PR.

Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
  • Loading branch information
willtsai authored Oct 18, 2024
1 parent a879fcc commit 573673e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# These owners are the maintainers and approvers of this repo
* @radius-project/maintainers-radius @radius-project/approvers-radius

0 comments on commit 573673e

Please sign in to comment.