Thank you for your interest in contributing to this repository! Please follow these steps to propose changes:
-
Fork the repository:
- Click the "Fork" button in the top-right corner of this repository to create your copy.
-
Clone your fork:
- Clone your forked repository to your local machine:
git clone https://github.com/shobhakartiwari/iOS_Lead_Interview cd iOS_Lead_Interview
- Clone your forked repository to your local machine:
-
Create a new branch:
- Create a branch for your changes:
git checkout -b feature/your-feature-name
- Create a branch for your changes:
-
Make changes and commit:
- Add your changes and commit them with a descriptive message:
git add . git commit -m "Describe your changes"
- Add your changes and commit them with a descriptive message:
-
Push your changes:
- Push the changes to your fork:
git push origin feature/your-feature-name
- Push the changes to your fork:
-
Submit a pull request:
- Go to your forked repository on GitHub.
- Click Compare & pull request.
- Add a title and description for your PR, then submit it for review.
Thank you for contributing!