Thank you for your interest in contributing to Axys, the visionOS companion to RhinoPlugin. We welcome feature requests, bug reports, and contributions.
If you don’t have write access, please fork first. Otherwise, branch directly.
git checkout -b feature/your-feature-nameWe follow a feature-branch-based workflow, where each feature, bugfix, or task is developed in its own branch.
Please use clear and consistent branch names based on the purpose of the branch. The following prefixes help us keep the repository organized:
| Type | Prefix | Example |
|---|---|---|
| Feature | feat/ |
feat/interactive-panel |
| UI Update | ui/ |
ui/navigation-bar-style |
| Bug Fix | bugfix/ |
bugfix/export-crash |
| Chore | chore/ |
chore/update-dependencies |
| Docs | docs/ |
docs/update-readme |
| Test Branch | test/ |
test/sandbox-ui-tests |
| Junk | junk/ |
junk/prototype-camera |
⚠️ Branches with thejunk/prefix are intended for throwaway work and should never be merged.
The main branch always reflects stable, production-ready code.
When your implementation is ready:
- Push your branch:
git push origin feature/your-feature-name
- Open a Pull Request (PR) on GitHub.
- Follow the pull request template and make sure to include:
- What you changed
- Why you did it
- How to test it
Draft PRs are encouraged for early feedback.
PRs will be reviewed by maintainers.
Please be open to feedback and iterative improvement.
- Maintain respectful dialogue
- Give context (“see line X…”)
- Explain suggestions constructively
- Keep commits focused and meaningful
You can create issues with the provided template for a more structured format, making sure to include:
- Device and visionOS version
- Steps to reproduce
- Error messages or logs
- Screenshots, if helpful
Check existing issues before submitting a new one.
This project is developed and maintained by:
- Ilia Sedelkin
- Bruna Avellar
- Alessandro Bortoluzzi
- Madina Malsagova
- Guillermo Kramsky
- Salvatore Flauto
We thank all contributors who help improve this project through their code, feedback, and ideas.