ISSUE_TEMPLATE labels fix

This commit is contained in:
Xikaro 2023-12-28 20:18:16 +05:00
parent c97a83c359
commit fdfee8e75d
8 changed files with 11 additions and 8 deletions

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -1,6 +1,6 @@
name: "[RU] Запросить функцию"
description: Запросите новую функцию или изменение существующей.
labels: [ "type: feature" ]
labels: [ "1. type: feature" ]
body:
- type: input
id: version

View file

@ -1,6 +1,6 @@
name: "[RU] Задайте вопрос"
description: Задайте вопрос по этому проекту.
labels: [ "type: question" ]
labels: [ "1. type: question" ]
body:
- type: markdown
attributes: