Tldraw/.github/ISSUE_TEMPLATE/feature_request.yml

34 wiersze
1.0 KiB
YAML

name: Feature request
description: File a feature request
title: '[Feature]: '
labels: ['enhancement']
assignees: []
body:
- type: markdown
attributes:
value: |
Have an idea for a feature or change in tldraw?
- type: textarea
id: description
attributes:
label: What's the feature?
description: Describe the feature, who it would help, and link to any examples from other apps.
validations:
required: true
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/tldraw/tldraw/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true