jooq/.github/ISSUE_TEMPLATE/manual-feedback.yaml
2022-08-24 13:32:14 +02:00

26 lines
723 B
YAML

name: Feedback about the manual
description: Found an issue with the documentation?
labels: ["C: Documentation"]
body:
- type: markdown
attributes:
value: |
Please fill in all required fields with as many details as possible.
- type: input
id: url
attributes:
label: The documentation URL
placeholder: ex. https://www.jooq.org/doc/latest/manual/sql-building
validations:
required: true
- type: textarea
id: feedback
attributes:
label: Feedback
description: |
Describe what issue with the documentation you've found
placeholder: |
Here you can also attach log files, screenshots or a video
validations:
required: true