Thank you for considering contributing to the Hotel Booking Application. Your contributions help make this project better.
Before contributing, please take a moment to review the following guidelines:
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
https://github.com/Pankaj-Chourasia/EasyStay.git
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git add . git commit -m "Add your concise commit message here"
-
Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Open a Pull Request from your forked repository to the main repository.
- Ensure your code adheres to the existing coding standards.
- Include a clear and concise description of your changes.
- Update the README if your contribution introduces new features or changes.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
Thank you for your contribution!