mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
49 lines
1.5 KiB
YAML
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.
|