From d4d4020020c4a91eeeb22bf65fa20bdc082a0739 Mon Sep 17 00:00:00 2001 From: Gauthier Petetin Date: Wed, 19 Nov 2025 17:44:38 +0100 Subject: [PATCH] Require build number in bug report template --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index dfbefc83ed49..526196d78484 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -66,10 +66,18 @@ body: id: version attributes: label: Version - description: What version of MetaMask are you running? You can find the version in "Settings" > "About" + description: What version of MetaMask are you running? You can find the version in "Settings" > "About MetaMask" placeholder: "7.50.0" validations: required: true + - type: input + id: build number + attributes: + label: Build number + description: What build number of MetaMask are you running? You can find the build number in "Settings" > "About MetaMask" + placeholder: "3055" + validations: + required: true - type: dropdown id: build attributes: