Skip to content

Commit

Permalink
skip-release - fix(github): removing PII question from issue forms (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchew authored Feb 1, 2024
1 parent 23cdf70 commit 3c89f0a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 40 deletions.
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/ACCESSIBILITY.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/ENHANCEMENT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/QUESTION.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c89f0a

Please sign in to comment.