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.
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.
If you have an idea for a new feature, feel free to open an issue to discuss it.
- 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.
- Use consistent indentation (2 spaces).
- Write clean, readable code.
- Comment complex logic where necessary.
Thank you!