mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: add a feature template (#9426)
This commit is contained in:
parent
848c849358
commit
6ae7077adf
17
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user