diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a4d347b0d..e70e7168d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,7 @@ name: Bug Report description: File a bug report title: '[Bug]: ' labels: ['bug', 'triage'] -assignees: +assignees: [] body: - type: markdown attributes: @@ -13,8 +13,6 @@ body: attributes: label: What happened? description: Also tell us, what did you expect to happen? - placeholder: '' - value: '' validations: required: true - type: textarea @@ -22,8 +20,6 @@ body: attributes: label: How can we reproduce the bug? description: If you can make the bug happen again, please share the steps involved. - placeholder: '' - value: '' validations: required: false - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ecc39800d..ef2534663 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,7 +2,7 @@ name: Feature request description: File a feature request title: '[Feature]: ' labels: ['feature', 'triage'] -assignees: +assignees: [] body: - type: markdown attributes: @@ -13,8 +13,6 @@ body: attributes: label: What's the feature? description: Describe the feature, who it would help, and link to any examples from other apps. - placeholder: '' - value: '' validations: required: true - type: input