Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VK ID authored and Artem Garbarchuk committed Feb 16, 2024
1 parent ccfb883 commit b85a6ef
Show file tree
Hide file tree
Showing 110 changed files with 6,418 additions and 1,930 deletions.
2 changes: 2 additions & 0 deletions .eslintrc-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ module.exports = {
},
],

'@typescript-eslint/await-thenable': 'off',

// Disabled because: no configurable options for .length > 0, arr[0] and similar constructions.
'no-magic-numbers': 'off',
'@typescript-eslint/no-magic-numbers': 'off',
Expand Down
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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). Сильно ускоряет поиск причин проблемы.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
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
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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: Примеры того, как это будет выглядеть.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

yarn lint-staged && yarn docs:prod && git add ./.wiki
yarn lint-staged && yarn docs:prod && git add ./docs
124 changes: 0 additions & 124 deletions .wiki/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions .wiki/classes/auth.Auth.md

This file was deleted.

48 changes: 0 additions & 48 deletions .wiki/classes/core_config.Config.md

This file was deleted.

Loading

0 comments on commit b85a6ef

Please sign in to comment.