Skip to content

Commit 39a4e54

Browse files
committed
add trial issue template
1 parent f5d8446 commit 39a4e54

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.github/ISSUE_TEMPLATE.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: 🐛 Bug Report
3+
description: Submit a bug report for TwitchIO
4+
title: "[Bug]: "
5+
labels: ["unconfirmed bug", "needs verification"]
6+
body:
7+
- type: textarea
8+
id: what-happened
9+
attributes:
10+
label: "What actually happened?"
11+
description: "Please enter details about the issue, including tracebacks if applicable (in codeblocks)."
12+
placeholder: "My Bot will not start!"
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: expected-outcome
17+
attributes:
18+
label: "What did you expect to happen instead?"
19+
description: "Please enter what you hoped or expected to happen instead of the issue that occurred."
20+
placeholder: "My Bot started successfully!"
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: mre
25+
attributes:
26+
label: "Minimum reproducible example:"
27+
description: "Please provide the minimum necessary code to reproduce your issue, if relevant."
28+
render: python
29+
- type: textarea
30+
id: repro-steps
31+
attributes:
32+
label: "Steps to reproduce the problem"
33+
description: "It may not be obvious how to *cause* the issue, so please explain below."
34+
validations:
35+
required: true
36+
- type: textarea
37+
id: logs
38+
attributes:
39+
label: "Additional logs:"
40+
description: "If there is any logging output that may be relevant, please add it here."
41+
- type: textarea
42+
id: environment-details
43+
attributes:
44+
label: "System and Environment information"
45+
description: "Please put the output of `python -m twitchio --version` here:"
46+
validations:
47+
required: true

0 commit comments

Comments
 (0)