mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 15:42:24 +00:00
22 lines
686 B
YAML
22 lines
686 B
YAML
name: Feature request
|
|
description: If you have a suggestion…
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for suggesting a feature!
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing request?
|
|
description: Please search open and closed issues to see if this request has already been made.
|
|
options:
|
|
- label: I have searched for this request
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the feature request
|
|
description: Please provide a concise description of the request, potential solutions, and addtional context.
|
|
validations:
|
|
required: true
|