Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 961 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 961 Bytes

CONTRIBUTING

Thank you for considering contributing to ORBIT! Here are a few guidelines to help you get started:

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Install dependencies using pnpm install.
  3. Make your changes and test them thoroughly.
  4. Commit your changes with a clear and descriptive message.
  5. Push your changes to your forked repository.
  6. Submit a Pull Request to the main branch.

Guidelines

  • 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.

Issues

  • 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.