Skip to content

Commit

Permalink
Update and rename bug_report.md to bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokujo authored Jun 13, 2023
1 parent 7e4f17b commit ad8c693
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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

0 comments on commit ad8c693

Please sign in to comment.