From 976ac91aa613a8e85290933c2d78704f35b0be5e Mon Sep 17 00:00:00 2001 From: LIL-JABA <82034934+LIL-JABA@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:26:23 +0300 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**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. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From 28252aa3e405a0b2f28b0186147d4739ab4e4737 Mon Sep 17 00:00:00 2001 From: LIL-JABA <82034934+LIL-JABA@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:30:19 +0300 Subject: [PATCH 2/4] Update issue templates --- .../bug-report-feature-suggestion.md | 14 +++++++ .github/ISSUE_TEMPLATE/bug_report.md | 38 ------------------- 2 files changed, 14 insertions(+), 38 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-feature-suggestion.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-feature-suggestion.md b/.github/ISSUE_TEMPLATE/bug-report-feature-suggestion.md new file mode 100644 index 0000000..515bb2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-feature-suggestion.md @@ -0,0 +1,14 @@ +--- +name: Bug report/Feature suggestion +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Please, don't open an issue if you get retries. Instead, go to our discord server or visit the gitbook page.** + +*Describe you issue/suggestion here* + +- [ ] My issue is not about getting retries. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**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. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. From d74bee2ab8ad590f838bc656a4cce6f8df6be21c Mon Sep 17 00:00:00 2001 From: LIL-JABA <82034934+LIL-JABA@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:33:52 +0300 Subject: [PATCH 3/4] Delete .github/ISSUE_TEMPLATE/bug-report-feature-suggestion.md --- .../bug-report-feature-suggestion.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report-feature-suggestion.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-feature-suggestion.md b/.github/ISSUE_TEMPLATE/bug-report-feature-suggestion.md deleted file mode 100644 index 515bb2e..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report-feature-suggestion.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Bug report/Feature suggestion -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Please, don't open an issue if you get retries. Instead, go to our discord server or visit the gitbook page.** - -*Describe you issue/suggestion here* - -- [ ] My issue is not about getting retries. From fea078dc0dbb52cfc7de0693f2f5577f5671c403 Mon Sep 17 00:00:00 2001 From: LIL-JABA <82034934+LIL-JABA@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:43:57 +0300 Subject: [PATCH 4/4] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..cf61eb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,42 @@ +name: Bug Report +description: Create a bug report. +labels: [bug] +title: "[Bug] " + +body: + - type: markdown + attributes: + value: | + # READ THIS BEFORE OPENING AN ISSUE + + This form is ONLY FOR DEVELOPERS. + Since ValChecker is a pretty buggy software that depends on you system/ip/combos/proxies, I only accept issues regarding the code. + If you have any problems with retries/proxies/threads, etc. (not related to the code), please join our discord or visit the gitbook page instead. + If you want to add some feature, either implement it yourself and open a pull request, or suggest it on the discord server. + + - type: textarea + id: bug-description-short + attributes: + label: Where you find this bug? + description: The python filename, line, any details. + placeholder: systems.py, in ... class, line 81 + validations: + required: true + + - type: textarea + id: bug-description + attributes: + label: Describe the bug. + description: Any details you know. + placeholder: ... + validations: + required: true + + - type: checkboxes + id: agreement-check + attributes: + label: Request Agreement + description: . + options: + - label: I have read the requirements for opening an issue above + required: true