28 lines
953 B
YAML
28 lines
953 B
YAML
title: "[FR] "
|
|
labels: []
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for helping me improve TRIP! Please fill out the details below to help me understand your need.
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: "Is your feature request related to a problem? Please describe."
|
|
description: "Provide a clear and concise description of what the problem is."
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: "Describe the solution you'd like"
|
|
description: "A clear and concise description of what you want to happen."
|
|
placeholder: "Describe your proposed solution."
|
|
required: false
|
|
- type: textarea
|
|
id: additional_context
|
|
attributes:
|
|
label: "Additional context"
|
|
description: "Add any other context or screenshots about the feature request here."
|
|
placeholder: "Additional information or examples."
|
|
required: false |