-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename bug_report.md to bug_report.yml
- Loading branch information
Showing
2 changed files
with
77 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
name: Ошибка | ||
description: Сообщить об ошибке / баге | ||
title: "[Ошибка]: " | ||
assignees: | ||
- Gokujo | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Спасибо, что нашли время, чтобы составить этот отчёт | ||
- type: checkboxes | ||
id: read-rules | ||
attributes: | ||
label: Пользовательское соглашение | ||
description: Перед просьбой добавить или "починить" что-либо в срочном порядке - [нужно прочесть соглашение](https://devcraft.club/pages/licence-agreement/). | ||
options: | ||
- label: Я прочёл / прочла соглашение и согласен / согласна с ними | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: В чём проблема? | ||
description: Если можно, то пожалуйста, опиши проблему в деталях и то, как до неё добраться. Если можно пошагово | ||
placeholder: Я - проблема, и вот моё описание | ||
value: "Проблемка нарисовалась!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-should-happen | ||
attributes: | ||
label: Что ожидали? | ||
description: Когда плагин был установлен, то что должно было произойти по твоему мнению, но не произошло? | ||
placeholder: Чтобы всё решилось, а не всё это | ||
value: "В ожидании чуда" | ||
validations: | ||
required: false | ||
- type: input | ||
id: plugin-version | ||
attributes: | ||
label: Версия плагина | ||
description: Какой версией плагина пользуешься? Стоит обычно в менеджере плагинов | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: dle-version | ||
attributes: | ||
label: Версия DLE | ||
description: На какой версии DLE это произошло? | ||
options: | ||
- "16.x (Default)" | ||
- "15.x" | ||
- "14.x" | ||
- "13.x" | ||
- "< 13.x" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: php-version | ||
attributes: | ||
label: Версия PHP | ||
description: На какой версии PHP работает сайт? | ||
options: | ||
- "8.x (Default)" | ||
- "7.x" | ||
- "5.x" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: "screenshots" | ||
attributes: | ||
label: Скриншоты | ||
description: Если есть возможность, добавь скриншоты преступления | ||
value: | | ||
![DESCRIPTION](LINK.png) | ||
validations: | ||
required: false |