From 9d87eafd118739a4c121d69d7cff425264f01e1c Mon Sep 17 00:00:00 2001 From: BramVanroy Date: Tue, 28 Jan 2020 13:16:31 +0100 Subject: [PATCH] Streamlining - mostly stylistic streamlining - removed 'additional context' sections. They seem to be rarely used and might cause confusion. If more details are needed, users can add them to the 'details' section --- .github/ISSUE_TEMPLATE/---new-benchmark.md | 4 ++-- .../ISSUE_TEMPLATE/--new-model-addition.md | 6 +----- .github/ISSUE_TEMPLATE/bug-report.md | 8 ++------ .github/ISSUE_TEMPLATE/feature-request.md | 19 ++++++++++--------- .github/ISSUE_TEMPLATE/migration.md | 10 ++++------ .github/ISSUE_TEMPLATE/question-help.md | 9 +++++---- 6 files changed, 24 insertions(+), 32 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---new-benchmark.md b/.github/ISSUE_TEMPLATE/---new-benchmark.md index 839f3b6820..9e1c20689e 100644 --- a/.github/ISSUE_TEMPLATE/---new-benchmark.md +++ b/.github/ISSUE_TEMPLATE/---new-benchmark.md @@ -1,5 +1,5 @@ --- -name: "\U0001F5A5 New Benchmark" +name: "\U0001F5A5 New benchmark" about: Benchmark a part of this library and share your results title: "[Benchmark]" labels: '' @@ -7,7 +7,7 @@ assignees: '' --- -# Benchmarking `transformers` +# πŸ–₯ Benchmarking `transformers` ## Benchmark diff --git a/.github/ISSUE_TEMPLATE/--new-model-addition.md b/.github/ISSUE_TEMPLATE/--new-model-addition.md index 7064b74661..e91fc71635 100644 --- a/.github/ISSUE_TEMPLATE/--new-model-addition.md +++ b/.github/ISSUE_TEMPLATE/--new-model-addition.md @@ -1,5 +1,5 @@ --- -name: "\U0001F31FNew model addition" +name: "\U0001F31F New model addition" about: Submit a proposal/request to implement a new Transformer-based model title: '' labels: '' @@ -18,7 +18,3 @@ assignees: '' * [ ] the model implementation is available: (give details) * [ ] the model weights are available: (give details) * [ ] who are the authors: (mention them, if possible by @gh-username) - -## Additional context - - diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f2033cc678..13aa47b05e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,9 +7,9 @@ assignees: '' --- -## πŸ› Bug +# πŸ› Bug - +## Information Model I am using (Bert, XLNet ...): @@ -48,7 +48,3 @@ Steps to reproduce the behavior: * Using GPU ? * Distributed or parallel setup ? * Any other relevant information: - -## Additional context - - diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 1c73cf8765..0d5234af32 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,5 +1,5 @@ --- -name: "\U0001F680 Feature Request" +name: "\U0001F680 Feature request" about: Submit a proposal/request for a new transformers feature title: '' labels: '' @@ -7,18 +7,19 @@ assignees: '' --- -## πŸš€ Feature +# πŸš€ Feature request - + ## Motivation - + ## Your contribution - - -## Additional context - - + diff --git a/.github/ISSUE_TEMPLATE/migration.md b/.github/ISSUE_TEMPLATE/migration.md index 0fd5413e2d..9dfd9d1899 100644 --- a/.github/ISSUE_TEMPLATE/migration.md +++ b/.github/ISSUE_TEMPLATE/migration.md @@ -7,7 +7,9 @@ assignees: '' --- -## πŸ“š Migration +# πŸ“š Migration + +## Information @@ -23,7 +25,7 @@ The tasks I am working on is: * [ ] an official GLUE/SQUaD task: (give the name) * [ ] my own task or dataset: (give details below) -Details of the issue: +## Details diff --git a/.github/ISSUE_TEMPLATE/question-help.md b/.github/ISSUE_TEMPLATE/question-help.md index 57c7706c7b..ad842f133b 100644 --- a/.github/ISSUE_TEMPLATE/question-help.md +++ b/.github/ISSUE_TEMPLATE/question-help.md @@ -1,5 +1,5 @@ --- -name: "❓Questions & Help" +name: "❓ Questions & Help" about: Post your general questions on Stack Overflow tagged huggingface-transformers title: '' labels: '' @@ -7,7 +7,7 @@ assignees: '' --- -## ❓ Questions & Help +# ❓ Questions & Help +## Details +**A link to original question on Stack Overflow**: \ No newline at end of file