From 1c24be0d6ef11807739bd42c18cf0c807f09d789 Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe <72755+smaboshe@users.noreply.github.com> Date: Fri, 24 May 2024 11:01:30 +0200 Subject: [PATCH] Add a CODEOWNERS file (#468) * Add a CODEOWNERS file This commit adds a `CODEOWNERS` file to the to define individuals and teams who are responsible for the project. Ref: - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners --------- Co-authored-by: Sarah Lima --- CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..6b788bd --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,15 @@ +# 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/ + +# The '*' pattern is global owners. + +# Order is important. The last matching pattern has the most precedence. +# The folders are ordered as follows: + +# In each subsection folders are ordered first by depth, then alphabetically. +# This should make it easy to add new rules without breaking existing ones. + +# Global rule: +* @sarahraqueld @smaboshe @minaslater