Files
futriix/ISSUE_TEMPLATE/bug_report.yaml

59 lines
2.0 KiB
YAML
Raw Permalink 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: "Создайте отчёт, чтобы помочь нам исправить проблему"
title: "[BUG]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
## Спасибо, что помогаете сделать Futriix лучше!
Пожалуйста, опишите проблему максимально подробно.
- type: textarea
id: description
attributes:
label: "Описание ошибки"
description: "Чётко и ясно опишите, в чём заключается проблема."
placeholder: "Например: При попытке сохранить документ с полем типа 'timestamp' возникает паника..."
validations:
required: true
- type: textarea
id: steps
attributes:
label: "Шаги для воспроизведения"
description: "Опишите пошагово, что нужно сделать, чтобы увидеть ошибку."
placeholder: |
1. Запустить СУБД с конфигом...
2. Отправить запрос...
3. Увидеть ошибку...
validations:
required: true
- type: input
id: version
attributes:
label: "Версия Futriix"
description: "Какую версию вы используете? (Например, 2.0 i²)"
placeholder: "v2.0"
validations:
required: true
- type: dropdown
id: os
attributes:
label: "Операционная система"
options:
- Linux
- Windows
- macOS
- Другая
validations:
required: true
- type: textarea
id: logs
attributes:
label: "Логи или вывод терминала"
description: "Вставьте сюда любые сообщения об ошибках или логи (можно в виде текста)."
render: shell