From 7f540e741c030764cd08d50c4edb3d37743a299b Mon Sep 17 00:00:00 2001 From: RemieRichards Date: Thu, 25 Feb 2021 20:30:57 +0000 Subject: [PATCH] Add myself to CODEOWNERS for fluent translations. --- .github/CODEOWNERS | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ab29607bd..f7957bdec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +1,7 @@ -# Lines starting with '#' are comments. -# Each line is a file pattern followed by one or more owners. +# Last match in file takes precedence. -# These owners will be the default owners for everything in the repo. -# * @defunkt -* @Acruid @PJB3005 @Silvertorch5 +# Be they Fluent translations or Freemarker templates, I know them both! +*.ftl @RemieRichards -# Order is important. The last matching pattern has the most precedence. -# So if a pull request only touches javascript files, only these owners -# will be requested to review. -# *.js @octocat @github/js - -# You can also use email addresses if you prefer. -# docs/* docs@example.com +# Ping for all PRs +* @Acruid @PJB3005 @Silvertorch5 \ No newline at end of file