Skip to content

Latest commit

 

History

History
85 lines (51 loc) · 2.96 KB

README.md

File metadata and controls

85 lines (51 loc) · 2.96 KB

GitCollabX

GitCollabX Logo

GitCollabX is a platform designed to revolutionize the way freelancers collaborate on projects. It aims to bring freelancers together, facilitate seamless project management using GitHub, and foster a supportive community that encourages knowledge sharing and professional growth.

How to Contribute

We welcome contributions from the open-source community to make GitCollabX even better! If you want to contribute to the project, follow these simple steps:

  1. Fork the Repository

  2. Clone the Repository

    Once you have forked the repository, clone it to your local development environment using the following command:

    $ https://github.com/<your_github_username>/GitCollabX.git

    Replace your-username with your GitHub username.

  3. Create a Branch

    Move into the project's directory and create a new branch for your contributions:

    cd GitCollabX
    git checkout -b my-feature-branch

    Replace my-feature-branch with a descriptive branch name related to your changes.

  4. Make Your Changes

    Now it's time to work on your contributions! Feel free to add new hackathon ideas, improve the user interface, enhance backend or frontend functionality, or fix any issues you find.

  5. Check the changed files

    git status
  6. Commit Your Changes

    git add .
    git commit -m "<EXPLAIN-YOUR_CHANGES>"
  7. Push to Your Forked Repository

    git push origin my-feature-branch

    Replace my-feature-branch with the name of your branch.

  8. Create a Pull Request

    Go to your forked repository on GitHub, and you should see a "Compare & pull request" button. Click on it to create a pull request (PR) from your branch to the main GitCollabX repository.

The Team

GitCollabX is developed by a passionate and talented team dedicated to fostering freelance collaboration. The core team members are:

  • Kailash (@kailashchoudhary11) - Project Lead and Full-stack Developer
  • Shubham (@MisterMickey) - Frontend Developer and UI/UX Designer
  • Vidip (@Vidip-Ghosh) - MERN Developer

Thanks for Visiting!

We sincerely thank you for checking out GitCollabX. Your interest and support mean a lot to us. Happy hacking, and we hope GitCollabX helps you create amazing projects for your next hackathon!

Acknowledgments

We would like to express our gratitude to the open-source community for their valuable contributions and support in making GitCollabX a reality.

License

GitCollabX is licensed under the MIT License. Feel free to use, modify, and distribute the code in compliance with the terms of the license.

Thank you for your interest in GitCollabX! We hope it enables you to collaborate efficiently and achieve great success in your freelance projects. Happy collaborating!