From 46509d1c19b9e69d75fb95d33d38dbac4f6f8858 Mon Sep 17 00:00:00 2001 From: Sam Shleifer Date: Mon, 9 Nov 2020 12:51:38 -0500 Subject: [PATCH] [docs] remove sshleifer from issue-template :( (#8418) --- .github/ISSUE_TEMPLATE/bug-report.md | 14 +++++++------- .github/PULL_REQUEST_TEMPLATE.md | 6 ++---- docs/source/model_doc/bart.rst | 2 +- docs/source/model_doc/marian.rst | 2 +- docs/source/model_doc/mbart.rst | 2 +- docs/source/model_doc/pegasus.rst | 2 +- 6 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index eb79b315378b5..05da6062fb11d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -30,22 +30,22 @@ assignees: '' Trainer: @sgugger Speed and Memory Benchmarks: @patrickvonplaten Model Cards: @julien-c - Translation: @sshleifer - Summarization: @sshleifer TextGeneration: @TevenLeScao examples/distillation: @VictorSanh nlp datasets: [different repo](https://github.com/huggingface/nlp) rust tokenizers: [different repo](https://github.com/huggingface/tokenizers) Text Generation: @patrickvonplaten @TevenLeScao - blenderbot: @mariamabarham - Bart: @sshleifer - Marian: @sshleifer + Blenderbot: @patrickvonplaten + Bart: @patrickvonplaten + Marian: @patrickvonplaten + Pegasus: @patrickvonplaten + mBART: @patrickvonplaten T5: @patrickvonplaten Longformer/Reformer: @patrickvonplaten TransfoXL/XLNet: @TevenLeScao RAG: @patrickvonplaten, @lhoestq - FSTM: @stas00 - examples/seq2seq: @sshleifer + FSMT: @stas00 + examples/seq2seq: @patil-suraj examples/bert-loses-patience: @JetRunner tensorflow: @jplu examples/token-classification: @stefan-it diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0702202c48bd2..cb5eca3e06470 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -43,19 +43,17 @@ members/contributors which may be interested in your PR. Trainer: @sgugger Benchmarks: @patrickvonplaten Model Cards: @julien-c - Translation: @sshleifer - Summarization: @sshleifer examples/distillation: @VictorSanh nlp datasets: [different repo](https://github.com/huggingface/nlp) rust tokenizers: [different repo](https://github.com/huggingface/tokenizers) Text Generation: @patrickvonplaten, @TevenLeScao - Blenderbot, Bart, Marian, Pegasus: @sshleifer + Blenderbot, Bart, Marian, Pegasus: @patrickvonplaten T5: @patrickvonplaten Rag: @patrickvonplaten, @lhoestq EncoderDecoder: @patrickvonplaten Longformer, Reformer: @patrickvonplaten TransfoXL, XLNet: @TevenLeScao, @patrickvonplaten - examples/seq2seq: @sshleifer + examples/seq2seq: @patil-suraj examples/bert-loses-patience: @JetRunner tensorflow: @jplu examples/token-classification: @stefan-it diff --git a/docs/source/model_doc/bart.rst b/docs/source/model_doc/bart.rst index 1fa6cdc049820..84a7b699bfab7 100644 --- a/docs/source/model_doc/bart.rst +++ b/docs/source/model_doc/bart.rst @@ -3,7 +3,7 @@ BART **DISCLAIMER:** If you see something strange, file a `Github Issue `__ and assign -@sshleifer +@patrickvonplaten Overview ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/model_doc/marian.rst b/docs/source/model_doc/marian.rst index a5149ca7f0e29..31fd028d44100 100644 --- a/docs/source/model_doc/marian.rst +++ b/docs/source/model_doc/marian.rst @@ -3,7 +3,7 @@ MarianMT **Bugs:** If you see something strange, file a `Github Issue `__ -and assign @sshleifer. +and assign @patrickvonplaten. Translations should be similar, but not identical to, output in the test set linked to in each model card. diff --git a/docs/source/model_doc/mbart.rst b/docs/source/model_doc/mbart.rst index 1d3a43968e416..99725eb36a0e9 100644 --- a/docs/source/model_doc/mbart.rst +++ b/docs/source/model_doc/mbart.rst @@ -3,7 +3,7 @@ MBart **DISCLAIMER:** If you see something strange, file a `Github Issue `__ and assign -@sshleifer +@patrickvonplaten Overview ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/model_doc/pegasus.rst b/docs/source/model_doc/pegasus.rst index 5e885d553c7db..1a6466474540c 100644 --- a/docs/source/model_doc/pegasus.rst +++ b/docs/source/model_doc/pegasus.rst @@ -3,7 +3,7 @@ Pegasus **DISCLAIMER:** If you see something strange, file a `Github Issue `__ -and assign @sshleifer. +and assign @patrickvonplaten. Overview