Skip to content

Commit

Permalink
chore: fix the browsers template (#10544)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jul 12, 2023
1 parent 61b52a3 commit d49dda0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-browsers.yml
Expand Up @@ -2,3 +2,25 @@ name: Bug for @puppeteer/browsers
description: File a bug report specifically about the `@puppeteer/browsers` package.
title: '[Bug]: '
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

0 comments on commit d49dda0

Please sign in to comment.