CODEOWNERS: Assign ownership for CoreOS-related files
- Introduce a CODEOWNERS file to designate the CoreOS team as responsible for maintaining files related to CoreOS. - This change ensures collaborative support, alleviating the burden solely on the osbuild team. - By assigning ownership, we aim to enhance code quality and responsiveness to issues affecting CoreOS. Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
This commit is contained in:
parent
25d3656068
commit
ca25b07c5c
1 changed files with 9 additions and 0 deletions
9
CODEOWNERS
Normal file
9
CODEOWNERS
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Lines starting with '#' are comments.
|
||||
# Each line is a file pattern followed by one or more owners.
|
||||
|
||||
# More details are here: https://help.github.com/articles/about-codeowners/
|
||||
|
||||
|
||||
# Specify code ownership for files containing 'coreos' in the filename
|
||||
*coreos* @dustymabe @jlebon @ravanelli
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue