Thank you for your interest in contributing to OceanOS! 🌊
- Open an issue with a clear title and description
- Include steps to reproduce the bug
- Mention your OS, Node version, and browser
- Open an issue tagged
enhancement - Describe the feature and why it would be useful
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes and commit:
git commit -m "feat: describe your change" - Push to your fork:
git push origin feature/your-feature-name - Open a Pull Request against
main
- Use meaningful variable and function names
- Add comments to complex logic
- Keep components focused and single-responsibility
See the Getting Started section in README.md for full setup instructions.
By contributing, you agree that your contributions will be licensed under the MIT License.