From 76c465898545d2ca13ffbbe76e69d6242bdb7306 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Sun, 26 Dec 2021 19:37:34 +0300 Subject: [PATCH] Update github issue templates --- .../bug-report----------------------.md | 45 ------------------ .github/ISSUE_TEMPLATE/bug.yml | 47 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ ...est------------------------------------.md | 12 ----- .github/ISSUE_TEMPLATE/feature.yml | 15 ++++++ 5 files changed, 67 insertions(+), 57 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report----------------------.md create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature-request------------------------------------.md create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report----------------------.md b/.github/ISSUE_TEMPLATE/bug-report----------------------.md deleted file mode 100644 index d1130dc..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report----------------------.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -name: Bug report / сообщение об ошибке -about: Report software issue / сообщить об ошибке в программе -title: '' -labels: '' -assignees: '' - ---- - - - -**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 / дополнительная информация** diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..61e7549 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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 / Если у вас есть предположения об источнике бага, вы можете изложить их здесь diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..eb3fe68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 / Пожалуйста, задавайте вопросы только на форуме diff --git a/.github/ISSUE_TEMPLATE/feature-request------------------------------------.md b/.github/ISSUE_TEMPLATE/feature-request------------------------------------.md deleted file mode 100644 index 4e66f0f..0000000 --- a/.github/ISSUE_TEMPLATE/feature-request------------------------------------.md +++ /dev/null @@ -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. -Детальное описание вашего предложения. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..3d753c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -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