- Fork this repository.
- Clone the forked repository.
git clone https://github.com/CrewMates-Open-Source/EduHelp
- Navigate to the project directory.
cd EduHelp
- Create a new branch.
git checkout -b <your_branch_name>
- Make changes in source code.
- Commit your changes.
git commit -m "Message"
- Push your local branch to the remote repository.
git push -u origin <your_branch_name>
- Create a Pull Request!
Finally, go to your repository in browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.
click on Compare and Pull Request
Congratulations! boom Sit and relax, you've made your contribution to Crewmates project.