From 1fa759909dd7a47544a4ea32014774b5399c741f Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Thu, 21 Jan 2016 08:21:49 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2806ef5a..30f5d54e 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,6 @@ A basic read-only API can be accessed at `/admin/api.php`. It returns the follow ## Contributing If you would like to add to the project, please make sure to follow these guidelines: + 1. Branch off of ```devel``` into your own feature branch (ex. ```feature```). 2. When you are finished, make a pull request to merge your ```feature``` branch into ```devel```.