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.
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:
-
Fork the Repository
-
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.
-
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.
-
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.
-
Check the changed files
git status
-
Commit Your Changes
git add . git commit -m "<EXPLAIN-YOUR_CHANGES>"
-
Push to Your Forked Repository
git push origin my-feature-branch
Replace my-feature-branch with the name of your branch.
-
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.
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
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!
We would like to express our gratitude to the open-source community for their valuable contributions and support in making GitCollabX a reality.
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!