diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 16b60d71..73850024 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug/issue -title: '[bug] ' +title: '[bug]' labels: bug body: - type: markdown @@ -18,7 +18,7 @@ body: - type: input attributes: - label: wagmi Version + label: Wagmi Version description: What version of wagmi are you using? placeholder: 1.0.0 validations: @@ -45,15 +45,6 @@ body: validations: required: false - - type: input - attributes: - label: Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.) - description: | - This makes investigating issues and helping you out significantly easier! For most issues, you will likely get asked to provide one so why not add one now :) - placeholder: https://codesandbox.io - validations: - required: false - - type: textarea attributes: label: Anything else?