File tree 1 file changed +75
-0
lines changed 1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : File a bug report
3
+ title : " [Bug]: "
4
+ labels : ["bug"]
5
+ assignees : ["mccoderpy"]
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : Please fill in the fields below as accurately as possible to help us fix the bug!
10
+ - type : textarea
11
+ id : description
12
+ attributes :
13
+ label : Description
14
+ description : Also tell us, what did you expect to happen?
15
+ placeholder : Tell us what you are trying and what is not working.
16
+ validations :
17
+ required : true
18
+ - type : dropdown
19
+ id : branch
20
+ attributes :
21
+ label : Branch used
22
+ description : What branch of the library are you using?
23
+ options :
24
+ - main (stable)
25
+ - developer
26
+ validations :
27
+ required : true
28
+ - type : markdown
29
+ attributes :
30
+ value : |
31
+ For the next 3 fields use the output of the `version` command
32
+ ```ps
33
+ # Windows
34
+ py -m discord --version
35
+
36
+ # Linux/macOS
37
+ python3 -m discord --version # Replace 'python3' with the prefix of the Python version you are using
38
+ ```
39
+ - type : input
40
+ id : python-version
41
+ attributes :
42
+ label : The Python verion you are using.
43
+ placeholder : Python v3.8.10-final
44
+ validations :
45
+ required : true
46
+ - type : input
47
+ id : version-output
48
+ attributes :
49
+ label : What version (and release) of the library are you using
50
+ placeholder : v2.0a294+gfb291a6
51
+ validations :
52
+ required : true
53
+ - type : input
54
+ id : system-info
55
+ attributes :
56
+ label : System info
57
+ placeholder : Linux 5.4.0-126-generic
58
+ validations :
59
+ required : true
60
+ - type : textarea
61
+ id : traceback
62
+ attributes :
63
+ label : Full Traceback (Error)
64
+ description : >
65
+ Please copy and paste the complete traceback (error).
66
+ This will be automatically formatted into code, so no need for backticks.
67
+ render : shell
68
+ validations :
69
+ required : true
70
+ - type : input
71
+ id : contact-info
72
+ attributes :
73
+ label : Contact info
74
+ description : Additional ways to contact you
75
+ placeholder : mccuber04#2960 (Discord)
You can’t perform that action at this time.
0 commit comments