2023-05-03 08:30:17 +00:00
|
|
|
name: Feature request
|
|
|
|
description: File a feature request
|
|
|
|
title: '[Feature]: '
|
2023-05-24 11:31:34 +00:00
|
|
|
labels: ['enhancement']
|
2023-05-05 13:01:04 +00:00
|
|
|
assignees: []
|
2023-05-03 08:30:17 +00:00
|
|
|
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
|