Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create doc-issues.yml #21965

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/doc-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: '📚 Documentation Issue'
description: Report an issue if something is missing or incorrect in existing official documents or suggest new content to enhance clarity and usability.
labels: ["Type/Docs"]
body:
- type: dropdown
id: issue-type
attributes:
multiple: false
label: Document issue type
description: Categorize the issue by selecting the type that best describes the nature of the documentation issue being created.
options:
- Type/Bug (Report inaccuracies, outdated information, or missing details in the existing content)
- Type/Improvement (Suggest changes to enhance the clarity, usability, or accuracy of existing content)
- Type/NewFeature (Propose new topics or content to improve usability or provide additional value)
- Type/Task (Operational or administrative tasks related to the documentation)
default: 0
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Please share a clear and concise description of the problem.
placeholder: Description
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: Enter product version.
placeholder: ex. IS 6.1.0
validations:
required: true