chore: add a bug template for browsers (#10543)

This commit is contained in:
Alex Rudenko
2023-07-12 09:14:30 +02:00
committed by GitHub
parent 5e50bf2104
commit 61b52a337e
3 changed files with 8 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ body:
label: Puppeteer version
description: >
What version of Puppeteer are you running? *This must be a valid semver
tag.*
tag, for example, `20.8.1`.*
validations:
required: true
- id: node-version
@@ -117,7 +117,7 @@ body:
label: Node version
description: >
What supported version of Node.js are you running? *This must be a valid
semver tag.*
semver tag, for example, `20.3.1`.*
validations:
required: true
- id: pkg-mgr
@@ -137,7 +137,7 @@ body:
label: Package manager version
description: >
What version of the package manager are you running? *This must be a
valid semver tag.*
valid semver tag, for example, `9.6.7`.*
validations:
required: true
- id: operating-system