From 7b5018704c37fb4984d0031d53e6484812acc1ad Mon Sep 17 00:00:00 2001 From: Enes Date: Mon, 2 Dec 2024 12:53:27 +0300 Subject: [PATCH] refactor: bug template (#3367) --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 76baa18fd7..731ecc015d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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