You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you'd rather use [our Discord server](https://discord.gg/RAKc3HF) for support than a Github issue please feel free to join
13
+
and talk to use there instead!
14
+
Feel free to discuss in [#help](https://discord.com/channels/490948346773635102/490951172673372195) or make a thread in our [#help-forum](https://canary.discord.com/channels/490948346773635102/1006716547223519293).
15
+
- type: textarea
16
+
id: what-happened
17
+
attributes:
18
+
label: "What actually happened?"
19
+
description: "Please enter details about the issue, including tracebacks if applicable (in codeblocks)."
20
+
placeholder: "My Bot will not start!"
21
+
validations:
22
+
required: true
23
+
- type: textarea
24
+
id: expected-outcome
25
+
attributes:
26
+
label: "What did you expect to happen instead?"
27
+
description: "Please enter what you hoped or expected to happen instead of the issue that occurred."
28
+
placeholder: "My Bot started successfully!"
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
id: mre
33
+
attributes:
34
+
label: "Minimum reproducible example:"
35
+
description: "Please provide the minimum necessary code to reproduce your issue, if relevant."
36
+
render: python
37
+
- type: textarea
38
+
id: repro-steps
39
+
attributes:
40
+
label: "Steps to reproduce the problem"
41
+
description: "It may not be obvious how to *cause* the issue, so please explain below."
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
id: logs
46
+
attributes:
47
+
label: "Additional logs:"
48
+
description: "If there is any logging output that may be relevant, please add it here."
49
+
- type: textarea
50
+
id: environment-details
51
+
attributes:
52
+
label: "System and Environment information"
53
+
description: "Please put the output of `python -m twitchio --version` here:"
0 commit comments