From f2fb41948e7850b20f9f0ab8cde3ec5bf79e3992 Mon Sep 17 00:00:00 2001 From: Joao Gante Date: Fri, 7 Mar 2025 13:09:31 +0000 Subject: [PATCH] Update "who to tag" / "who can review" (#36394) update who to tag --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 +++--- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9b2c00bac5..77c4d92b9f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -38,12 +38,12 @@ body: - text models: @ArthurZucker - vision models: @amyeroberts, @qubvel - - speech models: @ylacombe, @eustlb + - speech models: @eustlb - graph models: @clefourrier Library: - - flax: @sanchit-gandhi + - flax: @gante and @Rocketknight1 - generate: @zucchini-nlp (visual-language models) or @gante (all others) - pipelines: @Rocketknight1 - tensorflow: @gante and @Rocketknight1 @@ -72,7 +72,7 @@ body: Maintained examples (not research project or legacy): - - Flax: @sanchit-gandhi + - Flax: @Rocketknight1 - PyTorch: See Models above and tag the person corresponding to the modality of the example. - TensorFlow: @Rocketknight1 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ee7a7eaae1..ca0035a629 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -41,12 +41,12 @@ Models: - text models: @ArthurZucker - vision models: @amyeroberts, @qubvel -- speech models: @ylacombe, @eustlb +- speech models: @eustlb - graph models: @clefourrier Library: -- flax: @sanchit-gandhi +- flax: @gante and @Rocketknight1 - generate: @zucchini-nlp (visual-language models) or @gante (all others) - pipelines: @Rocketknight1 - tensorflow: @gante and @Rocketknight1 @@ -72,7 +72,7 @@ HF projects: Maintained examples (not research project or legacy): -- Flax: @sanchit-gandhi +- Flax: @Rocketknight1 - PyTorch: See Models above and tag the person corresponding to the modality of the example. - TensorFlow: @Rocketknight1