https://sonarcloud.io/summary/overall?id=examly-test_2ad1ea72-905f-42bf-b0bf-20c7c78c9a90
We want to make contributing as easy as transparent as possible whether it is :
- Reporting a bug.
- Proposing new features.
- Submiting a fix.
- Pull code from Main branch.
git pull origin main
- Make change in the source code.
- Check it is working well in you local workspace.
- check status
git status
- Add and then commit your changes
git add .
git commit -m <your_commit_messages>
- Push your to 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 thats explain your precious effort.
- click on
Create Pull Request
You contributed to social Media project & sit relax wait for review. Thank you.