Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1018 Bytes

File metadata and controls

32 lines (24 loc) · 1018 Bytes

Contributing to OceanOS

Thank you for your interest in contributing to OceanOS! 🌊

How to Contribute

Reporting Bugs

  • Open an issue with a clear title and description
  • Include steps to reproduce the bug
  • Mention your OS, Node version, and browser

Suggesting Features

  • Open an issue tagged enhancement
  • Describe the feature and why it would be useful

Submitting Code

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit: git commit -m "feat: describe your change"
  4. Push to your fork: git push origin feature/your-feature-name
  5. Open a Pull Request against main

Code Style

  • Use meaningful variable and function names
  • Add comments to complex logic
  • Keep components focused and single-responsibility

Environment Setup

See the Getting Started section in README.md for full setup instructions.

License

By contributing, you agree that your contributions will be licensed under the MIT License.