From 0fdbf0850a3a17a3d36dba9cd8659f1289135cf3 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Mon, 25 Jan 2021 21:09:01 -0800 Subject: [PATCH] [PR/Issue templates] normalize, group, sort + add myself for deepspeed (#9706) * normalize, group, sort + add myself for deepspeed * new structure * add ray * typo * more suggestions * more suggestions * white space * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Suraj Patil * add bullets * sync * Apply suggestions from code review Co-authored-by: Suraj Patil * Apply suggestions from code review Co-authored-by: Lysandre Debut * sync Co-authored-by: Suraj Patil Co-authored-by: Lysandre Debut --- .github/ISSUE_TEMPLATE/bug-report.md | 60 ++++++++++++++++------------ .github/PULL_REQUEST_TEMPLATE.md | 56 ++++++++++++++++---------- 2 files changed, 68 insertions(+), 48 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index c510967516..a33923eeeb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -25,32 +25,40 @@ assignees: '' If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**. Please tag fewer than 3 people. - albert, bert, GPT2, XLM: @LysandreJik - tokenizers: @mfuntowicz - Trainer: @sgugger - Speed and Memory Benchmarks: @patrickvonplaten - Model Cards: @julien-c - 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: @patrickvonplaten - Bart: @patrickvonplaten - Marian: @patrickvonplaten - Pegasus: @patrickvonplaten - mBART: @patrickvonplaten - T5: @patrickvonplaten - Longformer/Reformer: @patrickvonplaten - TransfoXL/XLNet: @TevenLeScao - RAG: @patrickvonplaten, @lhoestq - FSMT: @stas00 - examples/seq2seq: @patil-suraj - examples/bert-loses-patience: @JetRunner - ray/raytune: @richardliaw @amogkam - tensorflow: @jplu - examples/token-classification: @stefan-it - documentation: @sgugger +Models: + +- albert, bert, xlm: @LysandreJik +- blenderbot, bart, marian, pegasus, encoderdecoder, t5: @patrickvonplaten, @patil-suraj +- longformer, reformer, transfoxl, xlnet: @patrickvonplaten +- fsmt: @stas00 +- funnel: @sgugger +- gpt2: @patrickvonplaten, @LysandreJik +- rag: @patrickvonplaten, @lhoestq +- tensorflow: @jplu + +Library: + +- benchmarks: @patrickvonplaten +- deepspeed: @stas00 +- ray/raytune: @richardliaw, @amogkam +- text generation: @patrickvonplaten +- tokenizers: @n1t0, @LysandreJik +- trainer: @sgugger +- pipelines: @LysandreJik + +Documentation: @sgugger + +HF projects: + +- nlp datasets: [different repo](https://github.com/huggingface/nlp) +- rust tokenizers: [different repo](https://github.com/huggingface/tokenizers) + +Examples: + +- maintained examples (not research project or legacy): @sgugger, @patil-suraj +- research_projects/bert-loses-patience: @JetRunner +- research_projects/distillation: @VictorSanh + --> ## Information diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 173ab2d19d..9c3fc4bf46 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -37,26 +37,38 @@ members/contributors which may be interested in your PR. If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**. Please tag fewer than 3 people. - albert, bert, XLM: @LysandreJik - GPT2: @LysandreJik, @patrickvonplaten - tokenizers: @mfuntowicz - Trainer: @sgugger - Benchmarks: @patrickvonplaten - Model Cards: @julien-c - 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: @patrickvonplaten - T5: @patrickvonplaten - Rag: @patrickvonplaten, @lhoestq - EncoderDecoder: @patrickvonplaten - Longformer, Reformer: @patrickvonplaten - TransfoXL, XLNet: @TevenLeScao, @patrickvonplaten - examples/seq2seq: @patil-suraj - examples/bert-loses-patience: @JetRunner - tensorflow: @jplu - examples/token-classification: @stefan-it - documentation: @sgugger - FSMT: @stas00 +Models: + +- albert, bert, xlm: @LysandreJik +- blenderbot, bart, marian, pegasus, encoderdecoder, t5: @patrickvonplaten, @patil-suraj +- longformer, reformer, transfoxl, xlnet: @patrickvonplaten +- fsmt: @stas00 +- funnel: @sgugger +- gpt2: @patrickvonplaten, @LysandreJik +- rag: @patrickvonplaten, @lhoestq +- tensorflow: @jplu + +Library: + +- benchmarks: @patrickvonplaten +- deepspeed: @stas00 +- ray/raytune: @richardliaw, @amogkam +- text generation: @patrickvonplaten +- tokenizers: @n1t0, @LysandreJik +- trainer: @sgugger +- pipelines: @LysandreJik + +Documentation: @sgugger + +HF projects: + +- nlp datasets: [different repo](https://github.com/huggingface/nlp) +- rust tokenizers: [different repo](https://github.com/huggingface/tokenizers) + +Examples: + +- maintained examples (not research project or legacy): @sgugger, @patil-suraj +- research_projects/bert-loses-patience: @JetRunner +- research_projects/distillation: @VictorSanh + -->