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:
Renata Ravanelli 2024-10-31 14:57:56 -03:00 committed by Simon de Vlieger
parent 25d3656068
commit ca25b07c5c

9
CODEOWNERS Normal file
View 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