From 7bd0c2f06d827bdc26e93c76b29b1c80b6c7a8b3 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Sun, 22 Dec 2019 09:15:09 -0600 Subject: [PATCH] Create CODEOWNERS (#195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create CODEOWNERS * refactor(folders): keep lockstep with refactor/crates added new folder codeowners * refactor(names) From the perspective of semantics, Shakespeare was wrong. Even if it smells as sweet, linguistic context helps you to know what to expect to smell before you smell the thing you want to smell. # 👃 Co-authored-by: nothingismagick --- .github/CODEOWNERS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..ab5e25054 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,24 @@ +# Current WG Code Sub Teams: +# @tauri-apps/admins +# @tauri-apps/bundler +# @tauri-apps/core +# @tauri-apps/js-cli +# @tauri-apps/testing + +# admins default to review +# Order is important; the last matching pattern takes the most precedence. +* @tauri-apps/admins + +.github @tauri-apps/admins @tauri-apps/testing + +/examples/ @tauri-apps/testing + +/cli/tauri-cli/ @tauri-apps/bundler + +/cli/tauri.js/ @tauri-apps/js-cli + +/tauri-update/ @tauri-apps/core + +/tauri-api/ @tauri-apps/core + +/tauri/ @tauri-apps/core