From c2be5f6a3560557bfa93e81866e7404333c45fda Mon Sep 17 00:00:00 2001 From: Zach Mueller Date: Mon, 21 Aug 2023 11:19:59 -0400 Subject: [PATCH 1/2] gs --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 302d204fde8..9094821d7a6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,12 @@ name: "\U0001F41B Bug Report" description: Submit a bug report to help us improve Accelerate body: + - type: textarea + id: faq + attributes: + label: Post on the forum first + description: If this is not a bug related to the Accelerate library directly, but instead is a general question about your code or the library specifically, please use the [forums](https://discuss.huggingface.co/c/accelerate/18). + - type: textarea id: system-info attributes: From d1e07219ca7c60a224f6ae890bfbef75d772117c Mon Sep 17 00:00:00 2001 From: Zach Mueller Date: Mon, 21 Aug 2023 11:20:06 -0400 Subject: [PATCH 2/2] New version --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9094821d7a6..16111314f4f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,11 +1,11 @@ name: "\U0001F41B Bug Report" description: Submit a bug report to help us improve Accelerate body: - - type: textarea - id: faq - attributes: - label: Post on the forum first - description: If this is not a bug related to the Accelerate library directly, but instead is a general question about your code or the library specifically, please use the [forums](https://discuss.huggingface.co/c/accelerate/18). + - type: markdown + attributes: + value: | + Thanks for taking the time to submit a bug report! 🐛 + If this is not a bug related to the Accelerate library directly, but instead a general question about your code or the library specifically please use the [forums](https://discuss.huggingface.co/c/accelerate/18). - type: textarea id: system-info