-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(): Merge pull request #150 from kubeslice/docs-issue-template
Create doc_issue.yml
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# 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. |