You need to make a PR with the templte mentioned below.
Here is the changes I have made.
Here is a screenshot of that.
### Add a screenshot here
If you are solving any other issue make your own PR. don't need to follow this template.
Take a screenshot of the feature you are implementing. Make sure the feature is crisp/clean.
Then create an issue using the New Feature
issue template. Get assigned and build it.
- If you are new to react, I would prefer this tutorial--> https://youtu.be/tbvguOj8C-o
git clone https://github.com/rohan9024/ecommerce.git
cd ecommerce
npm install
Once you are done with the changes you wanted to add. Follow the steps to make the pull request.
git checkout -b <branch_name>
git add .
git commit -m "Enter your message here"
git push origin <branch_name>