-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
VK ID
authored and
Artem Garbarchuk
committed
Feb 16, 2024
1 parent
ccfb883
commit b85a6ef
Showing
110 changed files
with
6,418 additions
and
1,930 deletions.
There are no files selected for viewing
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
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,55 @@ | ||
name: Bug Report | ||
description: Сообщите о проблеме, если что-то работает не так, как ожидалось. | ||
title: '[Bug]: ' | ||
labels: ['bug'] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Описание | ||
description: Подробное описание проблемы. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Шаги воспроизведения | ||
description: Последовательность, при которой ошибка стабильно воспроизводится. | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Версия vkid/sdk | ||
description: Поможет локализовать проблему. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: В каких браузерах воспроизводится проблема? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- Yandex Browser | ||
- Другое (укажите в описании) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectations | ||
attributes: | ||
label: Ожидаемое поведение | ||
description: Если считаете, что из описания ожидаемое поведение непонятно. | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Скриншоты | ||
description: Прикрепите скриншоты, если есть такая возможность. | ||
- type: textarea | ||
id: example | ||
attributes: | ||
label: Пример с воспроизведением | ||
description: Приложите ссылку (например из https://codesandbox.io). Сильно ускоряет поиск причин проблемы. |
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,12 @@ | ||
name: Documentation | ||
description: Сообщите об ошибке в документации или идею по ее улучшению, нам очень важна обратная связь | ||
title: '[Doc]: ' | ||
labels: ['doc'] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Описание | ||
description: Подробное описание ошибки/желаемого поведения. | ||
validations: | ||
required: true |
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,17 @@ | ||
name: Feature request | ||
description: Отправьте свое предложение по новой функциональности. | ||
title: '[Feature]: ' | ||
labels: ['feature'] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Описание | ||
description: Описание новой или улучшения текущей функциональности. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Скриншоты | ||
description: Примеры того, как это будет выглядеть. |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.