From 9e7f3bcebedd548f620584201b6ac02c668d162c Mon Sep 17 00:00:00 2001 From: Red <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 18 Jul 2025 18:13:31 +0300 Subject: [PATCH] Update and rename feature-request.yml to feature-request_ru.yml --- .github/ISSUE_TEMPLATE/feature-request.yml | 91 ------------------- .github/ISSUE_TEMPLATE/feature-request_ru.yml | 26 ++++++ 2 files changed, 26 insertions(+), 91 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request_ru.yml diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index 7b13287c96..0000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -1,91 +0,0 @@ -name: "Request content or suggest an idea / Запросить контент или предложить идею" -description: "You can suggest new content, mechanics or changes to existing systems. / Предложите контент, механику или улучшение." -labels: [suggestion] -type: Suggestion -body: - - type: markdown - attributes: - value: | - ## 🧠 Concept / Концепция - - Describe your idea or proposal in a concise way. What's the core of it? - - Опишите вашу идею кратко. В чём её суть? - - - type: textarea - id: concept - attributes: - label: Concept / Концепция - description: | - What is the basic idea? What problem does it solve, or what new interaction does it create? - В чём заключается идея? Какую проблему она решает или какую новую механику создаёт? - - placeholder: | - Example / Пример: Add a weather system that affects player visibility and movement speed. - validations: - required: true - - - type: textarea - id: motivation - attributes: - label: Motivation / Мотивация - description: | - Why is this needed? What’s currently lacking or could be better? - Почему это важно? Чего сейчас не хватает или что можно улучшить? - - placeholder: | - Example / Пример: Exploration is too repetitive and weather would make it more dynamic. - validations: - required: false - - - type: textarea - id: implementation - attributes: - label: Implementation ideas / Идеи по реализации - description: | - How do you imagine it could be implemented mechanically or technically? - Как вы представляете себе реализацию этой идеи (механики, системы, события)? - - placeholder: | - Example / Пример: Weather zones could randomly appear on the map and modify player stats. - validations: - required: false - - - type: textarea - id: visuals - attributes: - label: Visuals / Изображения, схемы - description: | - Add concept art, diagrams, or mockups if available. These can help others understand your idea better. - Прикрепите схемы, мокапы, арты или другие изображения, помогающие понять суть идеи. - - placeholder: | - Example / Пример: - - Diagram of new UI element - - Map sketch showing proposed zone behavior - validations: - required: false - - - type: textarea - id: concerns - attributes: - label: Risks / Возможные проблемы - description: | - Are there any possible issues, edge cases, or balance concerns that come with this suggestion? - Какие сложности или риски могут возникнуть при реализации этой идеи? Есть ли проблемы баланса? - - placeholder: | - Example / Пример: Players might abuse the mechanic if it stacks with speed boosts. - validations: - required: false - - - type: input - id: related - attributes: - label: Related content / Связанные идеи - description: | - Is this idea building on something that already exists or was proposed earlier? - Эта идея связана с существующим контентом или другими предложениями? - placeholder: Issue #123 or "Cooking system rework" - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/feature-request_ru.yml b/.github/ISSUE_TEMPLATE/feature-request_ru.yml new file mode 100644 index 0000000000..78f5f46852 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request_ru.yml @@ -0,0 +1,26 @@ +name: "Запросить контент или предложить идею" +description: "Предложите контент, механику или другие изменения, которые вы считаете принесут пользу проекту." +labels: [suggestion] +type: Suggestion +body: + - type: textarea + id: concept + attributes: + label: Концепция + description: | + В чём заключается идея? + placeholder: | + Добавить новую роль ____, которая выполняет задачи связанные с ____ и ____. + validations: + required: true + + - type: textarea + id: motivation + attributes: + label: Зачем это нужно? + description: | + Объясните, как это улучшит игру, или какие проблемы это исправит. Предложения без должной аргументации и причины добавления могут быть закрыты. + placeholder: | + На текущий момент, в раунде часто происходит ____, из за чего не хватает ____. Эта роль могла бы закрыть эту потребность, выполняя _____. + validations: + required: true