From bff365785a77f55330476f5ca29782ed7ac29c32 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:42:18 -0500 Subject: [PATCH] update: issue templates (#1346) * update BUG-REPORT.yml remove the contact field asking for the email address since it exposes them to the web when used * update FEATURE-REQUEST.yml remove the contact field since it exposes users email address * Update QUESTION.yml remove the contact field since it exposes users email address --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 8 -------- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 8 -------- .github/ISSUE_TEMPLATE/QUESTION.yml | 8 -------- 3 files changed, 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index fc60ffb0a0..b6b64c3f2d 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index 3fd3a438c7..26155bdc68 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -7,14 +7,6 @@ body: attributes: value: | Thank you for taking the time to fill this out! - - type: input - id: contact - attributes: - label: Contact Details - description: How can we contact you if we need more information? - placeholder: ex. email@example.com - validations: - required: false - type: textarea id: what attributes: diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index d808787d38..8a0cbf5535 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -7,14 +7,6 @@ body: attributes: value: | Thanks for taking the time to fill this! - - 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-is-your-question attributes: