A website, provides hotel management solutions, for smart users and hospitality service providers.
Preview Available - Link
Site is Under Construction 🏨
We ❤️ your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
We use github to host code, to track issues and feature requests, as well as accept pull requests.
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
- Create issue for bug, fix or features and get yourself assigned (to preserve your and others hard-work and time)!
- After the previous important step, fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Create pull request and link it to the corresponding issue
In short, when you submit code changes, your submissions are understood to be under the same GPL License that covers the project. Feel free to contact the us if that's a concern.
Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can.
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
People love thorough bug reports. I'm not even kidding. You can use our bug report template, that would be highly anticipated.
Consistent coding styles have undoubted advantages, but for now we follow a very basic given below. We would request you sticking to these for ease of understanding and a litle bit of consistency.
- 4 spaces or tabs for indentation
- Use descriptive variable names.
- Use
camelCasing
. - Comments to thoroughly describe your particular code block's logic.
There are also some basic Guidelines, these are some good practices - you can read and folow.
By contributing, you agree that your contributions will be licensed under its GPL License.
This document was adapted from this Template