Weβre excited that you want to contribute to ParkingFinderApp! To ensure a smooth process, please follow these guidelines:
- Click the Fork button at the top-right corner of this page to create a personal copy of the project.
git clone https://github.com/your-username/parking-finder-app.git
cd parking-finder-app
- Create a new branch for your work:
git checkout -b your-feature-branch
- Edit, add, or improve features. Make sure to test thoroughly before committing.
- Use clear and concise commit messages:
git add .
git commit -m "Describe your changes"
- Push your branch to your fork:
git push origin your-feature-branch
- Go to the original repository and click New Pull Request.
- Provide a detailed description of your changes and why theyβre important.
- Bug Fixes: Fix existing bugs.
- New Features: Add new and exciting features.
- Improvements: Enhance current functionality.
- Documentation: Improve or add documentation.
Please adhere to our Code of Conduct to maintain a respectful environment.
For questions or assistance, contact us at tulugukishorebabu@gmail.com.
Thank you for contributing to ParkingFinderApp! Your efforts make the project better for everyone.
Happy coding! π