diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..297736e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +This project uses (or at least makes a vague hand-waving attempt at using) +the git-flow release model. + +As such, please keep the following in mind: + +* New features should be based on the `develop` branch. +* Bug fixes should be based on the `master` branch. \ No newline at end of file