Thank you for considering contributing to the Myntra Clone project! Your contributions help improve the project and enhance the community experience.
-
Fork the Repository: Click the "Fork" button in the top right corner of the repository to create your own copy of the project.
-
Clone Your Fork: Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/myntra-clone.git
Replace your-username with your GitHub username.
Create a Feature Branch: Navigate to the project directory and create a new branch for your feature or bug fix:
cd myntra-clone
git checkout -b feature/your-feature-name
-
Make Your Changes: Implement your feature or fix a bug. Please ensure that your code adheres to the project's coding style.
-
Test Your Changes: Run the application and test your changes thoroughly to ensure they work as expected.
-
Commit Your Changes: Commit your changes with a descriptive message:
git add .
git commit -m "Add a brief description of your changes"
- Push to Your Fork: Push your changes back to your fork:
git push origin feature/your-feature-name
- Open a Pull Request: Go to the original repository, and you will see an option to create a pull request. Fill out the pull request template and submit it for review.
If you encounter any issues or have suggestions for improvements, please open an issue in the GitHub repository. Provide as much detail as possible to help us understand the problem.
Please adhere to the project's Code of Conduct to ensure a welcoming and inclusive environment for all contributors.
By contributing to this project, you agree that your contributions will be licensed under the project's LICENSE file.
Thank you for contributing to Myntra Clone!