mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
name: Cloudflare docs website error(s)
|
|
description: Report an issue with the live documentation website; for example, issues with content display, buggy browser behavior, etc.
|
|
labels: ["engineering"]
|
|
assignees:
|
|
- kodster28
|
|
body:
|
|
- type: textarea
|
|
id: location-urls
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Example URL(s)
|
|
description: Provide links that demonstrate the issue or behavior.
|
|
placeholder: |
|
|
- https://developers.cloudflare.com/...
|
|
- https://developers.cloudflare.com/...
|
|
|
|
- type: textarea
|
|
id: actual
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: Explain the issue or undesired behavior.
|
|
|
|
- type: textarea
|
|
id: expected
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: Explain the expected behavior.
|
|
|
|
- type: textarea
|
|
id: extra
|
|
validations:
|
|
required: false
|
|
attributes:
|
|
label: Additional information
|
|
description: Any other details or screenshots that may be relevant.
|