From c22efa61968a6aad93709594583610482b689836 Mon Sep 17 00:00:00 2001 From: Joao Gante Date: Tue, 16 Jul 2024 19:22:45 +0100 Subject: [PATCH] Bug report update -- round 2 (#32006) * like this? * Update .github/ISSUE_TEMPLATE/bug-report.yml Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> --------- Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug-report.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3a9744daf9..7415ca71d4 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,17 @@ name: "\U0001F41B Bug Report" -description: Submit a bug report to help us improve transformers. Be sure to check our [bug report guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#did-you-find-a-bug) before submitting +description: Submit a bug report to help us improve transformers +labels: [ "bug" ] body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! 🤗 + + Before you submit your bug report: + + - If it is your first time submitting, be sure to check our [bug report guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#did-you-find-a-bug) + - Try our [docs bot](https://huggingface.co/spaces/huggingchat/hf-docs-chat) -- it might be able to help you with your issue + - type: textarea id: system-info attributes: