Files
docker-docs/.github/ISSUE_TEMPLATE/doc_issue.yml
David Karlsson 4460c0c503 chore: update issue template to use forms
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-18 13:48:22 +02:00

49 lines
1.5 KiB
YAML

# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Docs issue
description: Report incorrect or missing content in docs, or a website issue
labels:
- status/triage
body:
- type: checkboxes
attributes:
label: Is this a docs issue?
description: |
Use this issue for reporting issues related to Docker documentation.
For product issues, refer to the corresponding product repository.
options:
- label: My issue is about the documentation content or website
required: true
- type: dropdown
attributes:
label: Type of issue
description: What type of problem are you reporting?
multiple: false
options:
- Information is incorrect
- I can't find what I'm looking for
- There's a problem with the website
- Other
validations:
required: true
- type: textarea
attributes:
label: Description
description: |
Briefly describe the problem that you found.
validations:
required: true
- type: input
id: location
attributes:
label: Location
description: Where did you find the problem?
placeholder: "https://docs.docker.com/"
validations:
required: true
- type: textarea
attributes:
label: Suggestion
description: >
Let us know if you have specific ideas on how we can fix the issue.