ISSUE_TEMPLATE
This commit is contained in:
parent
2e54dbb011
commit
dd5b9429ed
8 changed files with 22 additions and 22 deletions
|
|
@ -1,12 +1,13 @@
|
|||
name: "[EN] Crash Report"
|
||||
description: Report a bug that crashes the game or prevents startup.
|
||||
labels: [ "1. type: сrash", "2. status: unverified" ]
|
||||
labels: [ "1. Type: Crash", "2. Status: Unverified" ]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Version modpack Used
|
||||
description: Where the game crashed.
|
||||
description: Write which version of the modpack you are using.
|
||||
placeholder: "Example: 0.1.1"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
|
|||
10
.github/ISSUE_TEMPLATE/en-01-bug-report.yml
vendored
10
.github/ISSUE_TEMPLATE/en-01-bug-report.yml
vendored
|
|
@ -1,15 +1,13 @@
|
|||
name: "[EN] Bug report"
|
||||
description: Report a bug where something is not working as expected, which does not crash the game.
|
||||
labels: [ "1. type: bug", "2. status: unverified" ]
|
||||
labels: [ "1. Type: Bug", "2. Status: Unverified" ]
|
||||
body:
|
||||
- type: dropdown
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Are you using the latest available version?
|
||||
description: If not, update.
|
||||
label: Version modpack Used
|
||||
description: Write which version of the modpack you are using.
|
||||
placeholder: "Example: 0.1.1"
|
||||
options:
|
||||
- "Yes"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
name: "[EN] Request a Feature"
|
||||
description: Request a new feature or a change to an existing one.
|
||||
labels: [ "1. type: feature" ]
|
||||
labels: [ "1. Type: Feature" ]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Version modpack Used
|
||||
description: Where the game crashed.
|
||||
description: Write which version of the modpack you are using.
|
||||
placeholder: "Example: 0.1.1"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
|||
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: [ "1. type: question" ]
|
||||
labels: [ "1. Type: Question" ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
name: "[RU] Crash Report"
|
||||
description: Сообщите об ошибке, которая приводит к сбою игры или препятствует ее запуску.
|
||||
labels: [ "1. type: сrash", "2. status: unverified" ]
|
||||
labels: [ "1. Type: Crash", "2. Status: Unverified" ]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Версия используемого модпака
|
||||
description: Удостоверьтесь что у вас последняя версия
|
||||
label: Версия модпака.
|
||||
description: Напишите, какую версию модпака вы используете.
|
||||
placeholder: "Пример: 0.1.1"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
|
|||
6
.github/ISSUE_TEMPLATE/ru-01-bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/ru-01-bug-report.yml
vendored
|
|
@ -1,15 +1,13 @@
|
|||
name: "[RU] Отчет об ошибке"
|
||||
description: Сообщите об ошибке, когда что-то работает не так, как ожидалось, что не приводит к сбою игры.
|
||||
labels: [ "1. type: bug", "2. status: unverified" ]
|
||||
labels: [ "1. Type: Bug", "2. Status: Unverified" ]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Версия модпака
|
||||
label: Версия модпака.
|
||||
description: Напишите, какую версию модпака вы используете.
|
||||
placeholder: "Пример: 0.1.1"
|
||||
options:
|
||||
- "Yes"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
name: "[RU] Запросить функцию"
|
||||
description: Запросите новую функцию или изменение существующей.
|
||||
labels: [ "1. type: feature" ]
|
||||
labels: [ "1. Type: Feature" ]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Версия используемого модпака
|
||||
description: Удостоверьтесь что у вас последняя версия
|
||||
label: Версия модпака.
|
||||
description: Напишите, какую версию модпака вы используете.
|
||||
placeholder: "Пример: 0.1.1"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
|||
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: [ "1. type: question" ]
|
||||
labels: [ "1. Type: Question" ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue