playwright/.github/ISSUE_TEMPLATE/feature_request.yml
2021-07-06 21:41:16 +02:00

19 lines
529 B
YAML

name: Feature request
description: Request new features to be added
title: "[Feature]: "
labels: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: what-happened
attributes:
label: Feature request
description: |
Let us know what functionality you'd like to see in Playwright and what is your use case.
Do you think others might benefit from this as well?
validations:
required: true