8000 chore: created bug report issue template (#833) · CodeAiModels/twilio-python@73a1e2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 73a1e2b

Browse files
authored
chore: created bug report issue template (twilio#833)
1 parent 70d50d2 commit 73a1e2b

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: Bug report
2+
description: Report a bug with the twilio-python helper library.
3+
title: "[BUG] Describe the issue briefly"
4+
labels: "type: bug"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for reporting a bug in the twilio-python helper library. Please provide the details below to help us investigate and resolve the issue.
10+
11+
- type: textarea
12+
attributes:
13+
label: Describe the bug
14+
description: Provide a clear and concise description of the issue.
15+
placeholder: A clear and concise description of the bug.
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: Code snippet
22+
description: Provide the code snippet that reproduces the issue.
23+
placeholder: "```\n// Code snippet here\n```"
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
attributes:
29+
label: Actual behavior
30+
description: Describe what actually happened.
31+
placeholder: A description of the actual behavior.
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
attributes:
37+
label: Expected behavior
38+
description: Describe what you expected to happen.
39+
placeholder: A description of the expected outcome.
40+
validations:
41+
required: true
42+
43+
- type: input
44+
attributes:
45+
label: twilio-python version
46+
description: Specify the version of the twilio-python helper library you are using.
47+
placeholder: e.g., 9.4.1
48+
validations:
49+
required: true
50+
51+
- type: input
52+
attributes:
53+
label: Python version
54+
description: Specify the version of Python you are using.
55+
placeholder: e.g., 3.9.1
56+
validations:
57+
required: true
58+
59+
- type: textarea
60+
attributes:
61+
label: Logs or error messages
62+
description: Provide relevant logs or error messages (if any).
63+
placeholder: "Error: Something went wrong..."
64+
65+
- type: textarea
66+
attributes:
67+
label: Additional context
68+
description: Add any other context about the problem here.
69+
placeholder: Any additional

0 commit comments

Comments
 (0)
0