-
Notifications
You must be signed in to change notification settings - Fork 64
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
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
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,42 @@ | ||
name: Bug Report | ||
description: Create a bug report. | ||
labels: [bug] | ||
title: "[Bug] <title>" | ||
|
||
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 |