mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Add CODEOWNERS file (#419)
* Add CODEOWNERS file On its own, the only thing this does is request reviews from codeowners. If virtual_environments is touched, @Hofer-Julian will be requested. Otherwise, @fdncred. Combined with branch protection rules, this can enforce who is allowed to review and merge pull requests touching certain parts of the code. * Add core team
This commit is contained in:
parent
e7976c5cc1
commit
d984ff61aa
1 changed files with 2 additions and 0 deletions
2
.github/CODEOWNERS
vendored
Normal file
2
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
* @nushell/core-team
|
||||
/virtual_environments/ @Hofer-Julian
|
Loading…
Add table
Add a link
Reference in a new issue