-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21965 from wso2/isharak-patch-6
Create doc-issues.yml
- Loading branch information
Showing
1 changed file
with
34 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,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 |