117ec62691
This PR fixes the issue templates not working. ![image](https://user-images.githubusercontent.com/15892272/236412742-dd1ce7b4-8865-41f7-a0b7-dbb05547e360.png) ![image](https://user-images.githubusercontent.com/15892272/236412776-0124f624-7eae-452d-8318-309886b39c81.png)
33 lines
1 KiB
YAML
33 lines
1 KiB
YAML
name: Feature request
|
|
description: File a feature request
|
|
title: '[Feature]: '
|
|
labels: ['feature', 'triage']
|
|
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
|