Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 860 Bytes

File metadata and controls

36 lines (23 loc) · 860 Bytes

Contributing to ChatIO

First off, thanks for taking the time to contribute! 🎉

The following is a set of guidelines for contributing to the ChatIO real-time chat application.

How Can I Contribute?

Reporting Bugs

If you find a bug, please create an issue with:

  • A clear and descriptive title.
  • Steps to reproduce the bug.
  • A description of the expected and actual behavior.
  • Any relevant screenshots or logs.

Feature Requests

If you have an idea for a new feature, feel free to open an issue to discuss it.

Pull Requests

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make your changes.
  • Ensure the code follows the existing style.
  • Submit a pull request.

Style Guide

  • Use consistent indentation (2 spaces).
  • Write clean, readable code.
  • Comment complex logic where necessary.

Thank you!