mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
18 lines
641 B
YAML
18 lines
641 B
YAML
name: Feature
|
|
description: File a feature request
|
|
title: '[Feature]: '
|
|
labels: [feature]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
### Thanks for taking the time to fill out a feature request!
|
|
**Before filling out this report**, please check [existing feature requests](https://github.com/puppeteer/puppeteer/issues?q=is%3Aissue++label%3Afeature+) and see if your feature has already been proposed.
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: Feature description
|
|
description: Please describe your feature request with as many details as possible.
|
|
validations:
|
|
required: true
|