From e34a804be79ada87d9e93b4e665fbac3c6acb277 Mon Sep 17 00:00:00 2001 From: Aniruddh Munde Date: Tue, 7 Mar 2023 19:01:09 -0800 Subject: [PATCH] Remove input for contact details #1316 ## Why make this change? We will use github discussions/issue comments to get in touch with the bug reporter, so removing the input for contact details ## What is the change Remove the input for contact details --- .github/ISSUE_TEMPLATE/bug_report.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 25c7ee74cd..93160be1b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -7,14 +7,6 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! - - type: input - id: contact - attributes: - label: Contact Details - description: How can we get in touch with you if we need more info? - placeholder: ex. email@example.com - validations: - required: false - type: textarea id: what-happened attributes: