From 56543986f208c11cdd33fd8072daf6c04e18dc5c Mon Sep 17 00:00:00 2001 From: Courtney Brousseau Date: Sun, 23 Sep 2018 21:41:14 -0700 Subject: [PATCH] Updated CONTRIBUTING.md Changed instructions to tell open source contributors to make a PR to develop instead of master --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63b7d4a6..ba7ccc4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ Never made an open source contribution before? Wondering how contributions work ## Submitting changes 1. Push your changes to the remote repository using `git push origin branch-name`. -2. Send a pull request from your fork's branch to our master branch +2. Send a pull request from your fork's branch to our develop branch 3. Title the pull request with a short description of the changes made and the issue number associated with your change. * For example, one issue might be called "Added more log outputting to resolve #4352". 4. In the description of the pull request, explain the changes that you made, any issues you think exist with the pull request you made, and any questions you have for the maintainer.