Public Access
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
---
|
|
name: Documentation Issue
|
|
about: Report an issue with documentation
|
|
title: '[DOCS] '
|
|
labels: 'documentation'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
|
|
## Documentation Issue
|
|
|
|
**Location**:
|
|
<!-- Specify the file, page, or section with the issue -->
|
|
|
|
## Issue Type
|
|
<!-- Mark the relevant option with an "x" -->
|
|
- [ ] Typo or grammar error
|
|
- [ ] Outdated information
|
|
- [ ] Missing documentation
|
|
- [ ] Unclear explanation
|
|
- [ ] Broken links
|
|
- [ ] Missing examples
|
|
- [ ] Other (specify below)
|
|
|
|
## Description
|
|
<!-- Clearly describe the documentation issue -->
|
|
|
|
## Current Content
|
|
<!-- Quote or describe the current documentation (if applicable) -->
|
|
```
|
|
Current text here
|
|
```
|
|
|
|
## Suggested Improvement
|
|
<!-- Provide your suggestion for how to improve the documentation -->
|
|
```
|
|
Suggested text here
|
|
```
|
|
|
|
## Additional Context
|
|
<!-- Add any other context, screenshots, or references -->
|
|
|
|
## Standards Alignment
|
|
- [ ] Follows MokoStandards documentation guidelines
|
|
- [ ] Uses en_US/en_GB localization
|
|
- [ ] Includes proper SPDX headers where applicable
|
|
|
|
## Checklist
|
|
- [ ] I have searched for similar documentation issues
|
|
- [ ] I have provided a clear description
|
|
- [ ] I have suggested an improvement (if applicable)
|