surrealpatch/.github/ISSUE_TEMPLATE/documentation.yml

33 lines
1.1 KiB
YAML
Raw Normal View History

name: Documentation
description: Report an issue related to documentation
title: "Documentation: "
labels: [documentation]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to make our documentation better!
- type: textarea
id: description
validations:
required: true
attributes:
label: Description
description: What should be changed in the docs?
placeholder: A clear and concise description of how the documentation should be updated.
- type: checkboxes
id: check
attributes:
label: Is there an existing issue for this?
description: Please search [our issues](https://github.com/surrealdb/surrealdb/issues) to see if this bug already exists.
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/surrealdb/surrealdb)
options:
- label: I agree to follow this project's Code of Conduct
required: true