From a9fdf6abe908a670b2ea74d440f0ac9ecc41f1ea Mon Sep 17 00:00:00 2001 From: Erik Davis Date: Mon, 5 Dec 2022 11:34:03 -0800 Subject: [PATCH] add CODEOWNERS --- CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..446f085 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,10 @@ +# Ensure that contributors for downstream dependencies get notified +# cf. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Note that being a "code owner" is not indicative of any other formal +# relationship to OpenPulse (beyond having write access for the repo) +# or the OpenQASM technical steering committee. Perhaps a more +# appropriate name would be "principal code reviewer". + +# Global owners, notify unless a more specific match occurs +* @aspcompiler @jcjaskula-aws \ No newline at end of file