We ❤️ contributions! Whether it’s fixing bugs, adding features, improving documentation, or enhancing the UI, your help is always welcome.
-
Fork the repository
-
Create a branch
git checkout -b feature/new-feature
-
Make your changes Write clean, readable code and add comments where necessary. Ensure the app runs smoothly after your changes.
-
Commit your changes
git commit -m "Add a meaningful commit message" -
Push your branch
git push origin feature/new-feature
-
Open a Pull Request Go to your forked repo on GitHub and click Compare & Pull Request. Important: Make sure your PR targets the
devbranch, notmain. Describe your changes clearly and submit.
- Keep commits focused and concise
- Add screenshots for UI/UX changes
- Make sure your changes do not break existing features
- Follow the code style used in the project
- Fix bugs or typos
- Add new features (e.g., typing indicators, chat rooms, emojis)
- Improve styling and responsiveness
- Enhance documentation
By contributing, you help make RandomChat better for everyone! 🎉