mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +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
GitHub Configuration for Semantica
📋 Issue Templates
- Bug Report - Report bugs
- Feature Request - Suggest features
- Documentation - Report docs issues
- Support - Get help
- Grant/Partnership - Propose partnerships or funding
🔄 Workflows
- ci.yml - Build validation (runs on push/PR)
- release.yml - Release to GitHub & PyPI (runs on version tags)
- security.yml - Weekly dependency scan
- docs.yml - Deploy docs to GitHub Pages
🤝 Community
- FUNDING.yml - Sponsorship options
- SUPPORT.md - How to get support
- Pull Request Template - PR guidelines
🚀 Releasing a New Version
# Update version in pyproject.toml and CHANGELOG.md
git tag v0.0.3
git push origin v0.0.3
# GitHub Actions automatically creates release and publishes to PyPI
Setup Required (one-time):
- GitHub: Create environment named
pypi - PyPI: Add trusted publisher for
Hawksight-AI/semanticawith workflowrelease.yml