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
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 Typescript 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 Typescript 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.
0 commit comments