From b3f2eb3b1595ce215c82b0451608e2aa13f45715 Mon Sep 17 00:00:00 2001 From: Yihang Wang Date: Fri, 22 May 2020 13:41:32 -0400 Subject: [PATCH] add collabration instructions to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3a19dd..e4bb732 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,6 @@ Features should be developed on branches. To create and switch to a branch, use To switch to an existing branch, use -`git checkout new_branch_name` \ No newline at end of file +`git checkout new_branch_name` + +To submit your feature to be incorporated into the master branch, you should submit a 'Pull Request'. \ No newline at end of file