diff --git a/.github/ISSUE_TEMPLATE/model-bug-report--en-.md b/.github/ISSUE_TEMPLATE/model-bug-report--en-.md new file mode 100644 index 0000000..edd3dea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/model-bug-report--en-.md @@ -0,0 +1,17 @@ +--- +name: Model bug report (En) +about: Use this template, if you've found an error\bug in model. +title: '' +labels: bug, Models +assignees: '' + +--- + +**Discribe an error** + - Description + - Screenshot (if applyable) + - Train + +**How it should be:** + - Description + - Photo diff --git a/.github/ISSUE_TEMPLATE/model-bug-report--ru-.md b/.github/ISSUE_TEMPLATE/model-bug-report--ru-.md new file mode 100644 index 0000000..5b33e1e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/model-bug-report--ru-.md @@ -0,0 +1,17 @@ +--- +name: Репорт бага в модели (Ru) +about: Используйте этот темплейт, если вы нашли баг или ошибку в модели. +title: '' +labels: bug, Models +assignees: '' + +--- + +**Пожалуйста, опишите найденную вами ошибку** + - Описание ошибки + - Скриншот (если возможно) + - Вагон + +**Что должно быть:** + - Описание + - Фотография diff --git a/.github/ISSUE_TEMPLATE/script-bug-report--en-.md b/.github/ISSUE_TEMPLATE/script-bug-report--en-.md new file mode 100644 index 0000000..b1e54bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/script-bug-report--en-.md @@ -0,0 +1,31 @@ +--- +name: Report Script Bug (En) +about: Use this template, if you've found a script bug. +title: '' +labels: bug +assignees: '' + +--- + +**Describe the error** +Description in free form. + +**How to get:** +Set-by-step how to recreate an error. +Example: +1. Spawn train 81-717 (SPB) +2. Press '....' +3. Then do a '....' +4. Get an error + +**Console output** +`error text` + +**Console output screenshot** +In addition to code attach a screenshot. + +**Game information** + - Garry's mod Version: standard/x64/dev-branch/chromium + - Where the error happens: on server (where exactly?)/local game + - Custom Metrostroi user mods: yes/no + - Operation System: Windows, Mac OS, Linux Native, Linux Proton/Wine, etc. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/script-bug-report--ru-.md b/.github/ISSUE_TEMPLATE/script-bug-report--ru-.md new file mode 100644 index 0000000..d5e266c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/script-bug-report--ru-.md @@ -0,0 +1,31 @@ +--- +name: Репорт бага скриптов (Ru) +about: Используйте этот темплейт, если вы нашли скриптовой баг. +title: '' +labels: bug +assignees: '' + +--- + +**Пожалуйста, опишите найденную вами ошибку** +Описание в свободной форме. + +**Как воспроизвести:** +Пошагово, как нам повторить эту ошибку у себя. +Пример: +1. Спавн состава 81-717 (ЛВЗ) +2. Нажмите на '....' +3. Сделайте '....' +4. Получите ошибку + +**Вывод консоли** +`текст ошибки` + +**Скриншот вывода консоли** +В дополнению к коду приложите и скриншот консоли. + +**Информация об игре** + - Версия Garry's mod: обычная/x64/dev-branch/chromium + - Где происходит ошибка: сервер (напишите, какой)/локальня игра + - Наличие пользовательских модов метростроя: есть/нет + - Операционная система: Windows, Mac OS, Linux Native, Linux Proton/Wine и т.д. \ No newline at end of file