CONTRIBUTING.md in hoe-reek-1.2.3 vs CONTRIBUTING.md in hoe-reek-1.2.4
- old
+ new
@@ -1,13 +1,25 @@
-# How to Contribute to hoe-reek
+# IDEAS:
-:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
+* Add ideas on: https://github.com/saigkill/hoe-reek/issues
-## Reporting Bugs
+## COOL HACKS:
-* Ensure the bug was not already reported, see the
- [hoe-reek Issue Tracker](https://github.com/saigkill/hoe-reek/issues) on GitHub.
-* Open an issue or reference an existing one
-* Assign yourself to the issue when you are working on it
-* Reference the issue number (with `#NUMBER`) in your pull request
+* 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^
-Thanks! :heart: :heart: :heart:
+# 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.
\ No newline at end of file