8000 Create bug_report.yml · cloudflare/cloudflare-python@80d0505 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80d0505

Browse files
authored
Create bug_report.yml
1 parent 5bae079 commit 80d0505

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Bug report
2+
description: Report an issue or bug with this library
3+
labels: ['bug']
4+
body:
5+
- type: checkboxes
6+
id: non_api
7+
attributes:
8+
label: Confirm this is a Python library issue and not an underlying Cloudflare API issue.
9+
description: Issues with the underlying Cloudflare API should be reported via [Cloudflare Support](https://developers.cloudflare.com/support/contacting-cloudflare-support)
10+
options:
11+
- label: This is an issue with the Python library
12+
required: true
13+
- type: textarea
14+
id: what-happened
15+
attributes:
16+
label: Describe the bug
17+
description: A clear and concise description of what the bug is, and any additional context.
18+
placeholder: Tell us what you see!
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: repro-steps
23+
attributes:
24+
label: To Reproduce
25+
description: Steps to reproduce the behavior.
26+
placeholder: |
27+
1. Fetch a '...'
28+
2. Update the '....'
29+
3. See error
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: code-snippets
34+
attributes:
35+
label: Code snippets
36+
description: If applicable, add code snippets to help explain your problem.
37+
render: Python
38+
validations:
39+
required: false
40+
- type: input
41+
id: os
42+
attributes:
43+
label: OS
44+
placeholder: macOS
45+
validations:
46+
required: true
47+
- type: input
48+
id: language-version
49+
attributes:
50+
label: Go version
51+
placeholder: Go 1.22.0
52+
validations:
53+
required: true
54+
- type: input
55+
id: lib-version
56+
attributes:
57+
label: Library version
58+
placeholder: v4.0.0
59+
validations:
60+
required: true

0 commit comments

Comments
 (0)
0