puppeteer/.github/ISSUE_TEMPLATE/feature.yml
2022-12-16 14:23:43 +01:00

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