From a17cdd736a22cbee63f8db51d4cd0eeca6175771 Mon Sep 17 00:00:00 2001 From: "Sun S. D. Tan" Date: Thu, 5 Feb 2026 16:58:20 +0000 Subject: [PATCH] chore: add CODEOWNERS and update PR template - Add CODEOWNERS file with @antoinesd and @jmdoudoux-sciam as reviewers for all PRs targeting main repository - Note: CODEOWNERS only applies to PRs merging into the original repo, not internal PRs in forks - Update PR template to prevent GitHub notifications by quoting reviewer mentions "@antoinesd" and "@jmdoudoux-sciam" --- .github/CODEOWNERS | 2 ++ .github/pull_request_template.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..80537f19 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Global codeowners +* @antoinesd @jmdoudoux-sciam diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ce274119..5efa4ce1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,8 +2,8 @@ | Relecteur | Statut | Validation | |------------------------------------|-------------------------------------------------------------------------------|----------------------------| -| @antoinesd | | | -| @jmdoudoux-sciam | | | +| `@antoinesd` | | | +| `@jmdoudoux-sciam` | | | | Ajouter la personne de votre choix | | | ## Points à prendre en compte durant la relecture