From de99bcba3c14035810252db51160ad61739693c2 Mon Sep 17 00:00:00 2001 From: Wenty Li <105278450+wenty22@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:01:24 +0800 Subject: [PATCH] chore: Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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?