This repository is created for Github version control learning purposes.
Development is done under develop branch in feature branches. Develop branch is set as default branch (instead of master branch).
travel-project `-- develop |-- feature-branch `-- another-feature
Make a branch for a feature, and when the feature is ready, a pull request for the feature branch to develop.