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: