Skip to content

Commit

Permalink
refactor: bug template (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk authored Dec 2, 2024
1 parent 853c0bd commit 7b50187
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,17 @@ body:
description: Include all appkit, wagmi and other packages that can be related to the issue, including their versions.
validations:
required: true
- type: input
attributes:
label: Node.js Version
description: What version of Node.js are you using? Run `node --version` to check.
placeholder: 'e.g. v18.17.0'
validations:
required: true
- type: input
attributes:
label: Package Manager
description: Which package manager and version are you using? Run `npm --version` or `pnpm --version` etc.
placeholder: 'e.g. npm@9.6.7 or yarn@3.6.1 or pnpm@8.6.2'
validations:
required: true

0 comments on commit 7b50187

Please sign in to comment.