mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Fix What's new → link in Info banner (now a proper <a> tag, always clickable) - Replace 4-stat CardGroup on index with inline premium stats row - Convert every <CardGroup>/<Card> block site-wide to markdown bullet lists: content sections → bold-title bullets with sub-bullets, nav cards → [Title](href) — description - Add cursor-animated list item hover effects to custom.css: green inset left border, subtle background tint, marker color change on hover - Affects index, getting-started, quickstart, concepts, modules, faq, architecture, installation, cookbook, glossary, learning-more, explorer-setup, cli-setup, community, contributing-guide, governance, citation, project-license, all integrations pages, and all 20+ reference module pages
75 lines
3.0 KiB
Markdown
75 lines
3.0 KiB
Markdown
---
|
|
title: "Community"
|
|
description: "Get help, connect with contributors, and share what you build with Semantica."
|
|
icon: "users"
|
|
---
|
|
|
|
Semantica is built in the open, with contributions from researchers, engineers, and practitioners across many domains. Whether you're filing a bug, sharing a project, or reviewing a PR: you're part of the ecosystem.
|
|
|
|
|
|
## Get Help
|
|
|
|
- [GitHub Issues](https://github.com/semantica-agi/semantica/issues) — File bug reports and feature requests with full context.
|
|
- [GitHub Discussions](https://github.com/semantica-agi/semantica/discussions) — Ask questions, share ideas, and discuss design decisions.
|
|
- [Pull Requests](https://github.com/semantica-agi/semantica/pulls) — Browse open contributions and submit your own.
|
|
- [Security Issues](https://github.com/semantica-agi/semantica/security/advisories/new) — Report vulnerabilities privately: never in public issues.
|
|
|
|
|
|
## Community Guidelines
|
|
|
|
We follow the [Contributor Covenant Code of Conduct](https://github.com/semantica-agi/semantica/blob/main/CODE_OF_CONDUCT.md). The community is built on four principles:
|
|
|
|
- **Respect**: treat everyone with kindness and patience, regardless of experience level
|
|
- **Inclusion**: welcome all backgrounds, domains, and approaches
|
|
- **Collaboration**: work toward better solutions together rather than competing on approaches
|
|
- **Learning**: share knowledge openly, ask questions without hesitation, and help others grow
|
|
|
|
To report unacceptable behavior, open a GitHub issue with the `[CoC]` prefix. Every report is investigated.
|
|
|
|
|
|
## Ways to Contribute
|
|
|
|
There's no single right way to contribute. Pick the path that fits your skills and time:
|
|
|
|
### Code
|
|
|
|
- Fix open bugs tagged [`good-first-issue`](https://github.com/semantica-agi/semantica/labels/good-first-issue)
|
|
- Add new features or integrations
|
|
- Improve performance or refactor existing modules
|
|
|
|
### Documentation
|
|
|
|
- Fix typos and improve clarity in guides
|
|
- Add examples to the API reference
|
|
- Write domain-specific cookbook notebooks
|
|
|
|
### Testing
|
|
|
|
- Add coverage for untested modules
|
|
- Reproduce and confirm reported bugs
|
|
- Improve test reliability across platforms
|
|
|
|
### Community
|
|
|
|
- Answer questions in issues and discussions
|
|
- Review open pull requests
|
|
- Share your Semantica projects in GitHub Discussions
|
|
|
|
See the [Contributing Guide](contributing-guide) for the full development workflow.
|
|
|
|
|
|
## Stay Connected
|
|
|
|
- **[GitHub](https://github.com/semantica-agi/semantica)**: source code, releases, and the public roadmap
|
|
- **[PyPI](https://pypi.org/project/semantica/)**: package releases and download stats
|
|
- **[Discord](https://discord.gg/sV34vps5hH)**: real-time community chat
|
|
- **[X / Twitter](https://x.com/BuildSemantica)**: announcements and release highlights
|
|
|
|
|
|
## See Also
|
|
|
|
- [Contributing Guide](contributing-guide) — Step-by-step guide for submitting PRs and setting up your dev environment.
|
|
- [Community Projects](community-projects) — Projects and integrations built by the community.
|
|
- [FAQ](faq) — Common questions answered.
|
|
- [Governance](governance) — How the project is run and decisions are made.
|