openrag/.github/ISSUE_TEMPLATE/documentation.md
Dr. Charna 6c7d68987c
Update issue templates
In preparation for open preview, let's start with some basic templates.
2025-12-22 13:57:08 -08:00

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