Files
futriix/ISSUE_TEMPLATE/question.yaml

27 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "❓ Задать вопрос"
description: "Нужна помощь или совет по использованию Futriix"
title: "[QUESTION]: "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
## Мы здесь, чтобы помочь!
Не стесняйтесь задавать любые вопросы по установке, настройке или использованию СУБД.
- type: textarea
id: question
attributes:
label: "Ваш вопрос"
description: "Чётко сформулируйте, что именно вас интересует."
placeholder: "Как правильно настроить кластер из двух узлов?"
validations:
required: true
- type: textarea
id: context
attributes:
label: "Дополнительный контекст"
description: "Расскажите, что вы уже попробовали, или приложите фрагмент кода/конфига."
placeholder: "Мой конфиг выглядит так: ..."
render: yaml