From 8c3e08eb39b66d01bb6c6fdd408e08c25326de87 Mon Sep 17 00:00:00 2001 From: Younes Belkada <49240599+younesbelkada@users.noreply.github.com> Date: Thu, 15 Jun 2023 10:29:43 +0200 Subject: [PATCH] Fix minor typo bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 06219c9cb8..7068c2c4d6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -44,7 +44,7 @@ body: label: Tasks description: "The tasks I am working on are:" options: - - label: "An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)" + - label: "An officially supported task in the `examples` folder" - label: "My own task or dataset (give details below)" - type: textarea @@ -68,4 +68,4 @@ body: required: true attributes: label: Expected behavior - description: "A clear and concise description of what you would expect to happen." \ No newline at end of file + description: "A clear and concise description of what you would expect to happen."