Add CONTRIBUTING

This commit is contained in:
Geoff Davis 2020-07-06 10:22:04 -07:00
parent c85fef08be
commit 3f2d7eed23

7
CONTRIBUTING.md Normal file
View File

@ -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.