diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 98ec227503..f2033cc678 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,6 @@ --- name: "\U0001F41B Bug Report" -about: Submit a bug report to help us improve PyTorch Transformers +about: Submit a bug report to help us improve transformers title: '' labels: '' assignees: '' @@ -11,19 +11,19 @@ assignees: '' -Model I am using (Bert, XLNet....): +Model I am using (Bert, XLNet ...): -Language I am using the model on (English, Chinese....): +Language I am using the model on (English, Chinese ...): -The problem arise when using: -* [ ] the official example scripts: (give details) -* [ ] my own modified scripts: (give details) +The problem arises when using: +* [ ] the official example scripts: (give details below) +* [ ] my own modified scripts: (give details below) The tasks I am working on is: * [ ] an official GLUE/SQUaD task: (give the name) -* [ ] my own task or dataset: (give details) +* [ ] my own task or dataset: (give details below) -## To Reproduce +## To reproduce Steps to reproduce the behavior: @@ -31,18 +31,20 @@ Steps to reproduce the behavior: 2. 3. - + ## Expected behavior - + ## Environment * OS: * Python version: * PyTorch version: -* PyTorch Transformers version (or branch): +* `transformers` version (or branch): * Using GPU ? * Distributed or parallel setup ? * Any other relevant information: