Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 847 Bytes

File metadata and controls

27 lines (22 loc) · 847 Bytes

""" PROPRIETARY TECHNOLOGY OF SOUNDSOFTRANGI TECHNOLOGIES Through Reality Protocol LLC Copyright (c) 2025 Reality Protocol LLC. All Rights Reserved.

This software contains trade secrets and proprietary information owned by SoundsoftRangi Technologies. Use, disclosure, or reproduction is prohibited without prior written authorization. """# Contributing to Sounds of Rangi

We love your input! We want to make contributing to SoundsoftRangi as easy and transparent as possible.

Development Process

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

Code Style

  • Python: PEP 8 compliance
  • JavaScript: ESLint with Airbnb config
  • TypeScript: Strict typing enabled

Documentation

  • Update README.md if needed
  • Document new features
  • Add comments for complex algorithms