Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.27 KB

File metadata and controls

54 lines (35 loc) · 1.27 KB

Contributing to RandomChat

We ❤️ contributions! Whether it’s fixing bugs, adding features, improving documentation, or enhancing the UI, your help is always welcome.

How to Contribute

  1. Fork the repository

  2. Create a branch

    git checkout -b feature/new-feature
  3. Make your changes Write clean, readable code and add comments where necessary. Ensure the app runs smoothly after your changes.

  4. Commit your changes

    git commit -m "Add a meaningful commit message"
  5. Push your branch

    git push origin feature/new-feature
  6. Open a Pull Request Go to your forked repo on GitHub and click Compare & Pull Request. Important: Make sure your PR targets the dev branch, not main. Describe your changes clearly and submit.


Pull Request Guidelines

  • 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

Ideas for Contribution

  • 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! 🎉