Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.28 KB

File metadata and controls

36 lines (30 loc) · 1.28 KB

Contributing to Hotel Booking Application

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:

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine:

    https://github.com/Pankaj-Chourasia/EasyStay.git
  3. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  4. Make your changes and commit them:

    git add .
    git commit -m "Add your concise commit message here"
  5. Push your changes to your forked repository:

      git push origin feature/your-feature-name
  6. Open a Pull Request from your forked repository to the main repository.

Pull Request Guidelines

  • 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.

Code of Conduct

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!