diff --git a/.github/ISSUE_TEMPLATE/en-00-crash-report.yml b/.github/ISSUE_TEMPLATE/en-00-crash-report.yml index f8683e21f..03ff1d8f8 100644 --- a/.github/ISSUE_TEMPLATE/en-00-crash-report.yml +++ b/.github/ISSUE_TEMPLATE/en-00-crash-report.yml @@ -1,6 +1,6 @@ name: "[EN] Crash Report" description: Report a bug that crashes the game or prevents startup. -labels: [ "status: unverified", "type: сrash" ] +labels: [ "1. type: сrash", "2. status: unverified" ] body: - type: input id: version diff --git a/.github/ISSUE_TEMPLATE/en-01-bug-report.yml b/.github/ISSUE_TEMPLATE/en-01-bug-report.yml index 7eee85127..8c258335d 100644 --- a/.github/ISSUE_TEMPLATE/en-01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/en-01-bug-report.yml @@ -1,12 +1,13 @@ name: "[EN] Bug report" description: Report a bug where something is not working as expected, which does not crash the game. -labels: [ "status: unverified", "type: bug" ] +labels: [ "1. type: bug", "2. status: unverified" ] body: - type: dropdown id: version attributes: label: Are you using the latest available version? description: If not, update. + placeholder: "Example: 0.1.1" options: - "Yes" validations: diff --git a/.github/ISSUE_TEMPLATE/en-02-feature-request.yml b/.github/ISSUE_TEMPLATE/en-02-feature-request.yml index e4a34a094..0dbd1c4a4 100644 --- a/.github/ISSUE_TEMPLATE/en-02-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/en-02-feature-request.yml @@ -1,6 +1,6 @@ name: "[EN] Request a Feature" description: Request a new feature or a change to an existing one. -labels: [ "type: feature" ] +labels: [ "1. type: feature" ] body: - type: input id: version diff --git a/.github/ISSUE_TEMPLATE/en-03-question.yml b/.github/ISSUE_TEMPLATE/en-03-question.yml index 247133dca..8e8861d7c 100644 --- a/.github/ISSUE_TEMPLATE/en-03-question.yml +++ b/.github/ISSUE_TEMPLATE/en-03-question.yml @@ -1,6 +1,6 @@ name: "[EN] Ask a Question" description: Ask a question regarding this project. -labels: [ "type: question" ] +labels: [ "1. type: question" ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/ru-00-crash-report.yml b/.github/ISSUE_TEMPLATE/ru-00-crash-report.yml index d510d3f8c..a54688aed 100644 --- a/.github/ISSUE_TEMPLATE/ru-00-crash-report.yml +++ b/.github/ISSUE_TEMPLATE/ru-00-crash-report.yml @@ -1,6 +1,6 @@ name: "[RU] Crash Report" description: Сообщите об ошибке, которая приводит к сбою игры или препятствует ее запуску. -labels: [ "status: unverified", "type: сrash" ] +labels: [ "1. type: сrash", "2. status: unverified" ] body: - type: input id: version diff --git a/.github/ISSUE_TEMPLATE/ru-01-bug-report.yml b/.github/ISSUE_TEMPLATE/ru-01-bug-report.yml index 8e5161024..a1e014871 100644 --- a/.github/ISSUE_TEMPLATE/ru-01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/ru-01-bug-report.yml @@ -1,6 +1,6 @@ name: "[RU] Отчет об ошибке" description: Сообщите об ошибке, когда что-то работает не так, как ожидалось, что не приводит к сбою игры. -labels: [ "status: unverified", "type: bug" ] +labels: [ "1. type: bug", "2. status: unverified" ] body: - type: input id: version @@ -8,6 +8,8 @@ body: label: Версия модпака description: Напишите, какую версию модпака вы используете. placeholder: "Пример: 0.1.1" + options: + - "Yes" validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/ru-02-feature-request.yml b/.github/ISSUE_TEMPLATE/ru-02-feature-request.yml index bee5180b1..3675bb650 100644 --- a/.github/ISSUE_TEMPLATE/ru-02-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/ru-02-feature-request.yml @@ -1,6 +1,6 @@ name: "[RU] Запросить функцию" description: Запросите новую функцию или изменение существующей. -labels: [ "type: feature" ] +labels: [ "1. type: feature" ] body: - type: input id: version diff --git a/.github/ISSUE_TEMPLATE/ru-03-question.yml b/.github/ISSUE_TEMPLATE/ru-03-question.yml index aff652c2b..da78d9c11 100644 --- a/.github/ISSUE_TEMPLATE/ru-03-question.yml +++ b/.github/ISSUE_TEMPLATE/ru-03-question.yml @@ -1,6 +1,6 @@ name: "[RU] Задайте вопрос" description: Задайте вопрос по этому проекту. -labels: [ "type: question" ] +labels: [ "1. type: question" ] body: - type: markdown attributes: