Skip to content

Commit 5654398

Browse files
Updated CONTRIBUTING.md
Changed instructions to tell open source contributors to make a PR to develop instead of master
1 parent 4635131 commit 5654398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Never made an open source contribution before? Wondering how contributions work
1616
## Submitting changes
1717

1818
1. Push your changes to the remote repository using `git push origin branch-name`.
19-
2. Send a pull request from your fork's branch to our master branch
19+
2. Send a pull request from your fork's branch to our develop branch
2020
3. Title the pull request with a short description of the changes made and the issue number associated with your change.
2121
* For example, one issue might be called "Added more log outputting to resolve #4352".
2222
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.

0 commit comments

Comments
 (0)