Add issue_templates

This commit is contained in:
louisnw
2023-09-05 12:39:15 +01:00
parent 555573b54b
commit 7891c1bc64
3 changed files with 110 additions and 0 deletions

25
.github/ISSUE_TEMPLATE/question.yaml vendored Normal file
View File

@ -0,0 +1,25 @@
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