From 41ed83b230792486f6804187d0d51fb9ec023910 Mon Sep 17 00:00:00 2001 From: Jeff Chew Date: Thu, 25 Jan 2024 10:10:17 -0500 Subject: [PATCH] fix(github): removing PII question from issue forms --- .github/ISSUE_TEMPLATE/ACCESSIBILITY.yaml | 12 ++---------- .github/ISSUE_TEMPLATE/BUG_REPORT.yaml | 12 ++---------- .github/ISSUE_TEMPLATE/ENHANCEMENT.yaml | 12 ++---------- .github/ISSUE_TEMPLATE/QUESTION.yaml | 12 ++---------- 4 files changed, 8 insertions(+), 40 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ACCESSIBILITY.yaml b/.github/ISSUE_TEMPLATE/ACCESSIBILITY.yaml index 3f9cd98928..f9c47528f0 100644 --- a/.github/ISSUE_TEMPLATE/ACCESSIBILITY.yaml +++ b/.github/ISSUE_TEMPLATE/ACCESSIBILITY.yaml @@ -10,16 +10,8 @@ body: - type: input id: name attributes: - label: Name - description: What's your name? - validations: - required: true - - type: checkboxes - id: ibm - attributes: - label: Are you an IBM employee? - options: - - label: 'Yes' + label: Application/Team + description: If you are from IBM, which application/team are you from? validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml index 28c7b59368..34b56ac77b 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml @@ -10,16 +10,8 @@ body: - type: input id: name attributes: - label: Name - description: What's your name? - validations: - required: true - - type: checkboxes - id: ibm - attributes: - label: Are you an IBM employee? - options: - - label: 'Yes' + label: Application/Team + description: If you are from IBM, which application/team are you from? validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/ENHANCEMENT.yaml b/.github/ISSUE_TEMPLATE/ENHANCEMENT.yaml index 504634a758..7dbb03affa 100644 --- a/.github/ISSUE_TEMPLATE/ENHANCEMENT.yaml +++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT.yaml @@ -10,16 +10,8 @@ body: - type: input id: name attributes: - label: Name - description: What's your name? - validations: - required: true - - type: checkboxes - id: ibm - attributes: - label: Are you an IBM employee? - options: - - label: 'Yes' + label: Application/Team + description: If you are from IBM, which application/team are you from? validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yaml b/.github/ISSUE_TEMPLATE/QUESTION.yaml index e05c60953c..c5f1a98697 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yaml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yaml @@ -19,16 +19,8 @@ body: - type: input id: name attributes: - label: Name - description: What's your name? - validations: - required: true - - type: checkboxes - id: ibm - attributes: - label: Are you an IBM employee? - options: - - label: 'Yes' + label: Application/Team + description: If you are from IBM, which application/team are you from? validations: required: true - type: textarea