Skip to content

Latest commit

Β 

History

History
57 lines (43 loc) Β· 1.72 KB

CONTRIBUTING.md

File metadata and controls

57 lines (43 loc) Β· 1.72 KB

🀝 Contributing to ParkingFinderApp πŸš—

We’re excited that you want to contribute to ParkingFinderApp! To ensure a smooth process, please follow these guidelines:

πŸš€ How to Contribute

1. Fork the Repository

  • Click the Fork button at the top-right corner of this page to create a personal copy of the project.

2. Clone Your Fork

git clone https://github.com/your-username/parking-finder-app.git
cd parking-finder-app

3. Create a Branch

  • Create a new branch for your work:
git checkout -b your-feature-branch

4. Make Your Changes

  • Edit, add, or improve features. Make sure to test thoroughly before committing.

5. Commit Your Changes

  • Use clear and concise commit messages:
git add .
git commit -m "Describe your changes"

6. Push Your Changes

  • Push your branch to your fork:
git push origin your-feature-branch

7. Open a Pull Request

  • Go to the original repository and click New Pull Request.
  • Provide a detailed description of your changes and why they’re important.

✨ What We’re Looking For

  • Bug Fixes: Fix existing bugs.
  • New Features: Add new and exciting features.
  • Improvements: Enhance current functionality.
  • Documentation: Improve or add documentation.

πŸ“ Code of Conduct

Please adhere to our Code of Conduct to maintain a respectful environment.

πŸ’¬ Need Help?

For questions or assistance, contact us at tulugukishorebabu@gmail.com.

πŸš€ Thank You!

Thank you for contributing to ParkingFinderApp! Your efforts make the project better for everyone.

Happy coding! πŸŽ‰