From 31a5486e42a50bd19cba5c2300f54aa159fab2ed Mon Sep 17 00:00:00 2001 From: Sam Shleifer Date: Tue, 28 Jul 2020 08:41:27 -0400 Subject: [PATCH] github issue template suggests who to tag (#5790) Co-authored-by: Julien Chaumond Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by: Lysandre Debut Co-authored-by: Teven --- .github/ISSUE_TEMPLATE/bug-report.md | 55 ++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 754089eaa2..b9515d6900 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,14 +7,51 @@ assignees: '' --- -# 🐛 Bug + +## Environment info + + +- `transformers` version: +- Platform: +- Python version: +- PyTorch version (GPU?): +- Tensorflow version (GPU?): +- Using GPU in script?: +- Using distributed or parallel set-up in script?: + +### Who can help + ## Information Model I am using (Bert, XLNet ...): -Language I am using the model on (English, Chinese ...): - The problem arises when using: * [ ] the official example scripts: (give details below) * [ ] my own modified scripts: (give details below) @@ -38,15 +75,3 @@ Steps to reproduce the behavior: ## Expected behavior - -## Environment info - - -- `transformers` version: -- Platform: -- Python version: -- PyTorch version (GPU?): -- Tensorflow version (GPU?): -- Using GPU in script?: -- Using distributed or parallel set-up in script?: