documentation.mdā¢1.53 kB
---
name: Documentation Issue
about: Report issues with documentation or suggest documentation improvements
title: '[DOCS] '
labels: documentation
assignees: ''
---
## Documentation Issue Type
<!-- Mark the relevant option with an "x" -->
- [ ] š Typo or grammatical error
- [ ] š Missing documentation
- [ ] š Broken or incorrect links
- [ ] š§© Unclear or confusing explanation
- [ ] š Missing examples
- [ ] š Outdated information
- [ ] šļø Structural improvement needed
- [ ] š Translation issue
## Location
<!-- Where is the documentation issue located? -->
- **File**: (e.g., README.md, CONTRIBUTING.md, etc.)
- **Section**: (e.g., "Features", "Installation", etc.)
- **Line numbers**: (if applicable)
- **URL**: (if applicable)
## Current Content
<!-- Quote the current text that needs to be changed -->
```
[Current text here]
```
## Suggested Improvement
<!-- Provide your suggestion for improvement -->
```
[Suggested text here]
```
## Additional Context
<!-- Explain why this change would be helpful -->
## Documentation Category
<!-- What type of documentation is this about? -->
- [ ] Installation/Setup
- [ ] Configuration
- [ ] Usage examples
- [ ] Tool descriptions
- [ ] PostgreSQL compatibility
- [ ] Troubleshooting
- [ ] Contributing guidelines
- [ ] API/Tool reference
- [ ] Architecture/Design
- [ ] Other: ___
## Priority
- [ ] Critical - blocks users from using the tool
- [ ] High - causes significant confusion
- [ ] Medium - minor improvement
- [ ] Low - cosmetic issue