Create bug_report.yml

This commit is contained in:
Jacob Bednarz 2025-02-17 11:04:58 +11:00 committed by GitHub
parent 5bae07901d
commit 80d050507b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

60
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,60 @@
name: Bug report
description: Report an issue or bug with this library
labels: ['bug']
body:
- type: checkboxes
id: non_api
attributes:
label: Confirm this is a Python library issue and not an underlying Cloudflare API issue.
description: Issues with the underlying Cloudflare API should be reported via [Cloudflare Support](https://developers.cloudflare.com/support/contacting-cloudflare-support)
options:
- label: This is an issue with the Python library
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is, and any additional context.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: repro-steps
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Fetch a '...'
2. Update the '....'
3. See error
validations:
required: true
- type: textarea
id: code-snippets
attributes:
label: Code snippets
description: If applicable, add code snippets to help explain your problem.
render: Python
validations:
required: false
- type: input
id: os
attributes:
label: OS
placeholder: macOS
validations:
required: true
- type: input
id: language-version
attributes:
label: Go version
placeholder: Go 1.22.0
validations:
required: true
- type: input
id: lib-version
attributes:
label: Library version
placeholder: v4.0.0
validations:
required: true