chore: add a feature template (#9426)

This commit is contained in:
Alex Rudenko 2022-12-16 14:23:43 +01:00 committed by GitHub
parent 848c849358
commit 6ae7077adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View File

@ -0,0 +1,17 @@
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