Skip to content

Commit

Permalink
chore: Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 authored Nov 15, 2023
1 parent 0d2dae5 commit de99bcb
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: File a bug/issue
title: '[bug] <title>'
title: '[bug]'
labels: bug
body:
- type: markdown
Expand All @@ -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:
Expand All @@ -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?
Expand Down

0 comments on commit de99bcb

Please sign in to comment.