geode/.github/ISSUE_TEMPLATE/question.yml
alk c7a7e0f128
Add issue templates (#44)
* set build type for macos only on top level

* add issue templates

Co-authored-by: altalk23 <student@altalk23.local>
2022-10-11 23:56:12 +03:00

19 lines
635 B
YAML

name: Ask a Question
description: Ask a question regarding this project.
labels: [ "question" ]
body:
- type: markdown
attributes:
value: |
If you are in need of quick response, Discord may be a better place. We are quite active on Discord, so you may get responses quicker.
- type: textarea
id: question
attributes:
label: Your Question
description: Feel free to ask any question regarding this project here.
placeholder: "Example: How can I...?"
validations:
required: true
- type: markdown
attributes:
value: Thank you for taking the time to ask me a question.