mirror of https://github.com/ValdikSS/GoodbyeDPI
5 changed files with 67 additions and 57 deletions
@ -1,45 +0,0 @@ |
|||||
--- |
|
||||
name: Bug report / сообщение об ошибке |
|
||||
about: Report software issue / сообщить об ошибке в программе |
|
||||
title: '' |
|
||||
labels: '' |
|
||||
assignees: '' |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
<!-- |
|
||||
WARNING! 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, некорректная обработка пакетов, и другие проблемы. |
|
||||
Также посмотрите другие открытые и закрытые баги. Возможно, ваш вопрос или проблема уже обсуждались. |
|
||||
--> |
|
||||
|
|
||||
**Describe the bug / Опишите проблему** |
|
||||
A clear and concise description of what the bug is. If the issue about software incompatibility, include your operating system version and software name/version. |
|
||||
Подробно опишите, в чём заключается проблема. Если проблема касается совместимости с другими программами, укажите версию вашей операционной системы, имя и версию программы. |
|
||||
|
|
||||
**To Reproduce / Шаги воспроизведения проблемы** |
|
||||
Steps to reproduce the behavior: |
|
||||
1. Go to '...' |
|
||||
2. Click on '....' |
|
||||
3. Scroll down to '....' |
|
||||
4. See error |
|
||||
|
|
||||
**Expected behavior / ожидаемое поведение программы** |
|
||||
A clear and concise description of what you expected to happen. |
|
||||
Подробно опишите, как вы ожидаете, чтобы программа работала. |
|
||||
|
|
||||
**Actual behavior / текущее поведение программы** |
|
||||
A clear and concise description of what you expected to happen. |
|
||||
Подробно опишите, что происходит с программой на текущий момент. |
|
||||
|
|
||||
**Screenshots / Скриншоты** |
|
||||
If applicable, add screenshots to help explain your problem. |
|
||||
Если необходимо, добавьте скриншоты, объясняющие проблему. |
|
||||
|
|
||||
**Additional context / дополнительная информация** |
|
@ -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 / Если у вас есть предположения об источнике бага, вы можете изложить их здесь |
@ -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 / Пожалуйста, задавайте вопросы только на форуме |
@ -1,12 +0,0 @@ |
|||||
--- |
|
||||
name: Feature request / предложить новую функциональность |
|
||||
about: Suggest an idea or function for this project / предложить новую идею или функциональность |
|
||||
title: '' |
|
||||
labels: '' |
|
||||
assignees: '' |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**Description / Описание** |
|
||||
A clear and concise description of your suggestion. |
|
||||
Детальное описание вашего предложения. |
|
@ -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 |
Loading…
Reference in new issue