From 3f936df66287f557c6528912a9a68d7850913b9b Mon Sep 17 00:00:00 2001 From: fxmarty <9808326+fxmarty@users.noreply.github.com> Date: Thu, 12 May 2022 22:31:12 +0200 Subject: [PATCH] Fix typo in bug report template (#17178) * Fix typo * Force rerun workflows Co-authored-by: Felix Marty --- .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 90811bea1a2..274de7af15c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: "\U0001F41B Bug Report" -description: Submit a bug report to help us import transformers +description: Submit a bug report to help us improve transformers labels: [ "bug" ] body: - type: textarea @@ -118,4 +118,4 @@ body: attributes: label: Expected behavior description: "A clear and concise description of what you would expect to happen." - render: shell \ No newline at end of file + render: shell