mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-12 04:01:35 +00:00
- 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
61 lines
1.1 KiB
Markdown
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
|
|
|