Contributing to AxCom
Welcome! We are excited that you want to contribute to AxCom. Whether you are reporting a bug, proposing a feature, improving documentation, or fixing code, your help makes this project better.
Contribution Pathways
We welcome contributions across several areas:
🐛 Issue Reporting & Feedback
- If you find a bug, please search existing issues to see if it is already known. If not, open a bug report.
- If you have questions or want to discuss ideas, join the conversation in GitHub Discussions.
📖 Documentation
- Clarifying concepts, fixing typos, and updating API documents is highly appreciated.
- Documentation markdown files are located in the docs folder.
- You can preview changes locally by building the Docusaurus site inside the
axcom-engine-docs-sitedirectory.
💻 Code Contributions
- We accept pull requests for bug fixes, performance improvements, and new features.
- Make sure to review the GitHub PR Checklist.
Quick Resources
- Code of Conduct: Please review our Code of Conduct.
- Contributing Standards: Refer to the CONTRIBUTING.md guide for commit conventions and pull request rules.
- Technical Setup: Follow the Developer Onboarding Guide to configure your local development environment.