Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaXser authored Nov 14, 2023
1 parent a9ead2f commit 1c42a90
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 0 deletions.
85 changes: 85 additions & 0 deletions .github/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
name: Bug Report / Сообщение об ошибке
description: File a bug report / Сообщить об ошибке в программе

body:
- type: markdown
attributes:
value: |
**USE THIS FORM ONLY FOR BUGS**
Voice-over-translation does not guarantee to work with every video or audio source or at all. If Voice-over-translation can't translate some or any media, this is most likely not a software bug, and you should not report it here.
Please only report software bugs, such as:
* menu issues
* feature issus
* other problems (not feature request)
Please make sure to check other opened and closed issues, it could be your bug has been reported already.
**ИСПОЛЬЗУЙТЕ ЭТУ ФОРМУ ТОЛЬКО ДЛЯ БАГОВ**
Voice-over-translation не гарантирует ни 100% работу с каждым видео, ни работу вообще. Если Voice-over-translation не переводит некоторые или все медиа, вероятнее всего, это не программная ошибка, и не стоит о ней сообщать здесь.
Пожалуйста, сообщайте только об ошибках в программе, таких как:
* проблемы с меню
* проблемы с функциями
* другие ошибки/проблемы (не запрос функции)
Также посмотрите другие открытые и закрытые issues. Возможно, ошибка уже обсуждалась или исправлена.
- type: input
id: os
attributes:
label: Operating system / Операционная система
description: Enter your OS version. For Windows 10 and 11 include build/update number.
placeholder: ex. Windows 10 20H2
validations:
required: false
- type: dropdown
id: browser
attributes:
label: Browser / Браузер
description: Select your browser / Выберите ваш браузер
options:
- Chrome
- Firefox
- Edge
- Opera
- Safari
- Other / Другой
validations:
required: true
- type: dropdown
id: userscript-manager
attributes:
label: Userscript manager / Скриптовый движок
description: Select the userscript manager you use / Выберите менеджер юзерскриптов, который вы используете
options:
- Tampermonkey
- Violentmonkey
- Greasemonkey
- OrangeMonkey
- AdGuard
- FireMonkey
- UserScripts
- Other / Другой
validations:
required: true
- type: input
id: script-version
attributes:
label: Script version / Версия скрипта
description: Enter the version of the voice-over-translation script / Введите версию скрипта voice-over-translation
placeholder: ex. 1.4.1
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the bug / Опишите ошибку программы
description: A clear and concise description of what the bug is / Подробно опишите, в чём заключается ошибка
placeholder: Attach the screenshots for clarity / При необходимости приложите скриншоты
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional information / Дополнительная информация
description: If you have a hints on why this bug happens, you can express it here / Если у вас есть предположения об источнике бага, вы можете изложить их здесь
15 changes: 15 additions & 0 deletions .github/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Feature request / Предложить новую функциональность
description: Suggest an idea or function for this project / Предложить новую идею или функциональность в скрипте

body:
- type: markdown
attributes:
value: |
If you think of a great function which is missing from the script, go ahead and suggest it here.
Если вы придумали новую функцию, которого еще нет в скрипте, напишите о нем подробнее здесь.
- type: textarea
id: description
attributes:
label: Describe your feature / Опишите ваше предложение
validations:
required: true

0 comments on commit 1c42a90

Please sign in to comment.