Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Latest commit

 

History

History
51 lines (34 loc) · 1.46 KB

File metadata and controls

51 lines (34 loc) · 1.46 KB

Contributing to RoomRTC

Thank you for your interest in contributing to RoomRTC! We welcome contributions from the community.

How to Contribute

Reporting Issues

  • Check if the issue already exists in the issue tracker
  • Use a clear and descriptive title
  • Provide detailed steps to reproduce the problem
  • Include relevant logs, screenshots, or code samples

Submitting Changes

  1. Fork the repository and create your branch from main
  2. Make your changes following our coding standards
  3. Test your changes thoroughly
  4. Commit your changes with clear, descriptive commit messages
  5. Push to your fork and submit a pull request

Pull Request Guidelines

  • Provide a clear description of the changes
  • Reference any related issues
  • Ensure all tests pass
  • Update documentation as needed
  • Keep pull requests focused on a single concern

Code Style

  • Follow the existing code style in the project
  • Write clear, readable code with appropriate comments
  • Keep functions small and focused

Development Setup

  1. Clone the repository
  2. Install dependencies
  3. Create a new branch for your feature or fix
  4. Make your changes and test locally

Code of Conduct

Please be respectful and constructive in all interactions. We are committed to providing a welcoming and inclusive environment for all contributors.

Questions?

Feel free to open an issue for questions or clarifications about contributing.

Thank you for contributing to RoomRTC!