Skip to content

iamneo-production/2ad1ea72-905f-42bf-b0bf-20c7c78c9a90

Repository files navigation

2ad1ea72-905f-42bf-b0bf-20c7c78c9a90

https://sonarcloud.io/summary/overall?id=examly-test_2ad1ea72-905f-42bf-b0bf-20c7c78c9a90

How to contribute ?

We want to make contributing as easy as transparent as possible whether it is :

  • Reporting a bug.
  • Proposing new features.
  • Submiting a fix.

steps.

  1. Pull code from Main branch.
   git pull origin main
  1. Make change in the source code.
  2. Check it is working well in you local workspace.
  3. check status
   git status
  1. Add and then commit your changes
   git add .
   git commit -m <your_commit_messages>
  1. Push your to remote repository.
    git push -u origin <your_branch_name>
  1. create a pull request.
  2. Finally, go to your repository in browser and click on compare and pull requests
  3. Then add a title and description to your pull request thats explain your precious effort.
  4. click on Create Pull Request

congratulation!

You contributed to social Media project & sit relax wait for review. Thank you.