Thank you for your interest in contributing to OrbitStream! This guide will help you get started.
This project adheres to the Contributor Covenant v2.1. By participating, you are expected to uphold this code.
For a full understanding of the OrbitStream system, see the architecture documentation.
For detailed contribution guidelines across all OrbitStream repos, see the cross-repo contributing guide.
- Any markdown editor
- Ensure all links resolve
- Ensure markdown renders correctly
- Cross-reference with actual code in other repos
- Fork this repository
- Create a feature branch:
git checkout -b feat/your-feature - Make your changes
- Ensure all checks pass (see above)
- Commit using conventional commits:
feat:,fix:,docs:,test: - Open a Pull Request against
main
- PRs must be linked to an issue
- All CI checks must pass
- Include a description of what changed and why
- Keep
spec.mdandopenapi.yamlin sync with actual contract/API