Thank you for considering contributing to ORBIT! Here are a few guidelines to help you get started:
- Fork the repository and create your branch from
main
. - Install dependencies using
pnpm install
. - Make your changes and test them thoroughly.
- Commit your changes with a clear and descriptive message.
- Push your changes to your forked repository.
- Submit a Pull Request to the
main
branch.
- Keep your code clean and readable.
- Write meaningful commit messages.
- Ensure your changes don't break existing features.
- Follow the existing code style.
- Update documentation when needed.
- If you find a bug or have a feature request, please check the existing issues before opening a new one.
- When opening a new issue, provide as much detail as possible to help us understand and reproduce the problem.