Skip to content

Commit

Permalink
chore(): Merge pull request #150 from kubeslice/docs-issue-template
Browse files Browse the repository at this point in the history
Create doc_issue.yml
  • Loading branch information
priyank-upadhyay authored Feb 23, 2024
2 parents 5a2b5b3 + bba05b3 commit 3f14928
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE /doc_issue.yml
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.

0 comments on commit 3f14928

Please sign in to comment.