48 lines
924 B
Markdown
48 lines
924 B
Markdown
---
|
|
name: Documentation
|
|
about: Report an issue with documentation or suggest improvements
|
|
title: "[DOCS]"
|
|
labels: documentation
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Type of documentation issue
|
|
|
|
<!-- What kind of documentation issue is this? Please select one -->
|
|
|
|
- [ ] Missing documentation
|
|
- [ ] Incorrect/outdated documentation
|
|
- [ ] Unclear documentation
|
|
- [ ] Typo or grammar issue
|
|
- [ ] Example code doesn't work
|
|
- [ ] Other
|
|
|
|
## Location
|
|
|
|
<!-- Where is the documentation issue located? -->
|
|
<!-- e.g., README.md line 42, docs/getting-started.md, API reference for function X -->
|
|
|
|
**Location:**
|
|
|
|
## Describe the issue
|
|
|
|
<!-- What's wrong with the current documentation? -->
|
|
|
|
|
|
|
|
## Suggested improvement
|
|
|
|
<!-- How should the documentation be improved? -->
|
|
|
|
|
|
|
|
## Additional context
|
|
|
|
<!-- Add any other context about the documentation issue here -->
|
|
|
|
|
|
|
|
## Contribution
|
|
|
|
- [ ] I'd be willing to submit a PR to fix this documentation issue
|