ISSUE_TEMPLATE labels fix
This commit is contained in:
@@ -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
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/en-01-bug-report.yml
vendored
3
.github/ISSUE_TEMPLATE/en-01-bug-report.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/en-03-question.yml
vendored
2
.github/ISSUE_TEMPLATE/en-03-question.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/ru-01-bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/ru-01-bug-report.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: "[RU] Запросить функцию"
|
||||
description: Запросите новую функцию или изменение существующей.
|
||||
labels: [ "type: feature" ]
|
||||
labels: [ "1. type: feature" ]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/ru-03-question.yml
vendored
2
.github/ISSUE_TEMPLATE/ru-03-question.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: "[RU] Задайте вопрос"
|
||||
description: Задайте вопрос по этому проекту.
|
||||
labels: [ "type: question" ]
|
||||
labels: [ "1. type: question" ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user