Files
2023-09-05 12:39:15 +01:00

26 lines
605 B
YAML

name: General Question
description: Ask a question/get help with the library
body:
- type: textarea
id: question
attributes:
label: Question
description: >
Please check previous issues before submitting. Please use screenshots if they help!
validations:
required: true
- type: textarea
id: code-behaviour
attributes:
label: Code example
description: >
Please provide any code relevant to your question.
placeholder: >
from lightweight_charts import Chart...
render: python
validations:
required: false