Files
gamertan bfe6cfd29e
verify / verify (push) Successful in 3m40s
auth: publish passkey foundations preview
2026-08-21 17:33:00 -04:00

24 lines
577 B
YAML
Vendored

---
name: Documentation Feedback
description: Report issues or suggestions surrounding documentation
labels:
- type/documentation
- status/needs-triage
- priority/normal
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the issue or suggestion
validations:
required: true
- type: textarea
id: additional-information
attributes:
label: Additional Information
description: Any additional information that may be useful like links etc
validations:
required: false
...