-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Showing
5 changed files
with
67 additions
and
57 deletions.
There are no files selected for viewing
45 changes: 0 additions & 45 deletions
45
.github/ISSUE_TEMPLATE/bug-report----------------------.md
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,47 @@ | ||
name: Bug Report / Сообщение об ошибке | ||
description: File a bug report / Сообщить об ошибке в проекте | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please pay some attention! | ||
GoodbyeDPI does not guarantee to work on your ISP on 100% or at all. If GoodbyeDPI can't unblock some or any websites, this is most likely not a software bug, and you should not report it. | ||
Please report software bugs, such as: website incompatibility (if the website works without GoodbyeDPI but breaks with GoobyeDPI enabled), antivirus incompatibility, DNS redirection problems, incorrect packet handling, and other software issues. | ||
Please make sure to check other opened and closed issues, it could be your question or issue has been already discussed. | ||
Пожалуйста, прочтите! | ||
GoodbyeDPI не гарантирует ни 100% работу с вашим провайдером, ни работу вообще. Если GoodbyeDPI не разблокирует доступ к некоторым или всем веб-сайтам, вероятнее всего, это не программная ошибка, и не стоит о ней сообщать здесь. | ||
Сообщайте только об ошибках в программе, таких как: некорректная работа с веб-сайтами (когда веб-сайт работает без GoodbyeDPI, но ломается с GoodbyeDPI), несовместимость с антивирусами, проблемы с перенаправлением DNS, некорректная обработка пакетов, и другие проблемы. | ||
Также посмотрите другие открытые и закрытые баги. Возможно, ваш вопрос или проблема уже обсуждались. | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system / операционная система | ||
description: Enter your Windows version. For Windows 10 and 11 include build/update number. | ||
placeholder: ex. Windows 10 20H2 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: is-svc | ||
attributes: | ||
label: Running as service / Запуск программы как сервис | ||
description: Do you use GoodbyeDPI as a Windows Service? | ||
options: | ||
- I run it as a regular program / Запускаю программу обычным образом | ||
- I installed it as a service / Установил как сервис Windows | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Describe the issue / Опишите проблему | ||
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 / Если у вас есть предположения об источнике бага, вы можете изложить их здесь |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Questions about the program / Вопросы по програме | ||
url: https://ntc.party/c/community-software/goodbyedpi/8 | ||
about: Please ask and answer questions on forum / Пожалуйста, задавайте вопросы только на форуме |
12 changes: 0 additions & 12 deletions
12
.github/ISSUE_TEMPLATE/feature-request------------------------------------.md
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,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 or circumvention method which is missing from the program, go ahead and suggest it here. | ||
Если вы придумали новую функцию или метод обхода, которого еще нет в программе, напишите о нем подробнее здесь. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe your feature / Опишите ваше предложение | ||
validations: | ||
required: true |