Click the “Fork” button at the top right of this page to create your own copy of the repository under your GitHub account.
Clone your fork so you can start making changes on your local machine:
git clone https://github.com/<your-username>/mockify-backend.git
cd mockify-backendgit checkout -b feature/user-authenticationgit commit -m "docs: add contribution guidelines"
git push origin fix/improve-readmeOpen a Pull Request from your fork’s branch to the main branch of the original repo.
One of us will review your PR and provide feedback. Once approved, it’ll be merged.