# IDEAS: * Add ideas on: https://github.com/saigkill/hoe-reek/issues ## COOL HACKS: * Open a bugreport on https://github.com/saigkill/hoe-reek/issues. * Please use the -u flag when generating the patch as it makes the patch more readable. * Write a good explanation of what the patch does. * It is better to use git format-patch command: git format-patch HEAD^ # STRUCTURE: ## BRANCHES: ### `master` BRANCH: The master branch is the last stable version. ### `develop` BRANCH: The develop branch is the current edge of development. ### PULL REQUESTS: Please base all Pullrequests off the `develop` branch. Merges to `X.X` only occur through the `develop` branch.