chore: fix the browsers template (#10544)

This commit is contained in:
Alex Rudenko 2023-07-12 09:56:46 +02:00 committed by GitHub
parent 61b52a337e
commit d49dda0405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,25 @@ name: Bug for @puppeteer/browsers
description: File a bug report specifically about the `@puppeteer/browsers` package. description: File a bug report specifically about the `@puppeteer/browsers` package.
title: '[Bug]: ' title: '[Bug]: '
labels: [bug, '@puppeteer/browsers'] labels: [bug, '@puppeteer/browsers']
body:
- type: textarea
id: summary
attributes:
label: Steps to reproduce
description: Please describe steps to reproduce the issue.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected results
description: What is the behaviour you expect.
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual results
description: What is the observed behaviour.
validations:
required: true