Files
semantica/.github/ISSUE_TEMPLATE/documentation.md
T
KaifAhmad1 bbad1b62f0 refactor: simplify .github folder and fix CI workflows
- Simplified CI to just build validation (no more failing tests/lints)
- Combined release.yml and pypi.yml into single workflow
- Simplified security.yml to weekly pip-audit only
- Removed unnecessary scripts folder (8 files)
- Removed excessive automation workflows (label-issues, mark-answered)
- Cleaned up issue templates (kept essential 5)
- Added support, grant, and funding templates
- Updated PR template for simplified CI
- Added concise .github/README.md
2025-11-25 23:31:33 +05:30

61 lines
1.1 KiB
Markdown

---
name: Documentation Issue
about: Report issues with documentation or suggest improvements
title: '[DOCS] '
labels: documentation
assignees: ''
---
## Documentation Issue Type
<!-- Mark the relevant option with an 'x' -->
- [ ] Missing documentation
- [ ] Incorrect/outdated documentation
- [ ] Unclear documentation
- [ ] Broken link
- [ ] Code example not working
- [ ] API reference incomplete
- [ ] Tutorial improvement
## Location
**Documentation URL**: <!-- Link to the documentation page -->
**Section/Page**: <!-- e.g., "Getting Started > Installation" -->
## Issue Description
<!-- Describe what's wrong or missing with the documentation -->
## Current Documentation
<!-- If applicable, quote or describe the current documentation -->
```
Current text here
```
## Suggested Improvement
<!-- How should the documentation be improved? -->
```
Suggested text here
```
## Expected Information
<!-- What information were you looking for? -->
## Additional Context
- Is this blocking your work? [Yes/No]
- Related code/features:
- Useful references or examples:
## Contribution
- [ ] I'm willing to submit a PR to fix this documentation issue