The PetMitra platform is designed to be a comprehensive resource for pet owners and animal lovers alike, offering a range of valuable features to support the welfare of our furry companions. In the highlights section, users can access up-to-date information on lost pets, providing a vital resource for reuniting pets with their owners. Additionally, the Adoption Portal serves as a hub for those seeking to provide a loving home for abandoned animals, promoting pet adoption and responsible pet ownership. The heart of our community lies in the Community and Social Features, where pet enthusiasts can come together to connect, share heartwarming stories, offer advice, and exchange photos of their beloved pets. By combining these essential elements, our platform fosters a sense of belonging and support for pet owners while actively contributing to the well-being of pets in need.
Project Link: https://petmitra.azurewebsites.net/
- Fork the Project
- Clone your forked repository
git clone https://github.com/<your_github_username>/Cloud_Performance_Tuning.git
-
Now go ahead and create a new branch and move to the branch
git checkout -b fix-issue-<ISSUE-NUMBER>
-
After you have added your changes, follow the following command chain
- Check the changed files
git status -s
- Add all the files to the staging area
or
git add .
git add <file_name1> <file_name2>
- Commit your changes
git commit -m "<EXPLAIN-YOUR_CHANGES>"
-
Push your changes
git push origin fix-issue-<ISSUE-NUMBER>
-
Open a Pull Request
Wait for the PR to be reviewed and merged.
Happy Coding!