Files
futriix/ISSUE_TEMPLATE/feature_request.yaml

36 lines
1.6 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: "Поделитесь идеей, которая улучшит Futriix"
title: "[FEATURE]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
## Мы открыты к вашим идеям!
Расскажите, какую возможность вы хотели бы видеть.
- type: textarea
id: idea
attributes:
label: "Ваша идея"
description: "Опишите, что бы вы хотели добавить или изменить."
placeholder: "Было бы здорово реализовать поддержку индексов для поля 'name'..."
validations:
required: true
- type: textarea
id: benefit
attributes:
label: "Какую проблему это решает?"
description: "Объясните, зачем это нужно вам и другим пользователям."
placeholder: "Это ускорит поиск по документам в 3 раза..."
- type: textarea
id: lua_example
attributes:
label: "Пример использования (если связано с Lua-плагином)"
description: "Если ваша идея касается системы плагинов, приведите пример кода на Lua."
render: lua
placeholder: |
-- Например, как бы вы хотели использовать новый движок?
local my_engine = futriix.new_engine("custom")