# Contributing ## 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. #### PULL REQUESTS Please base all Pullrequests off the `master` branch.