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