From b1a9b03913a43bff5da0425bbebbd592eb384fdd Mon Sep 17 00:00:00 2001 From: Charles Lai Date: Mon, 9 Jul 2018 00:08:00 -0700 Subject: [PATCH] Change Github Pull Pipenv to Github Pull Requests in contributing.rst --- docs/dev/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index b2785c29..882e1517 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -76,7 +76,7 @@ When contributing code, you'll want to follow this checklist: 5. Run the entire test suite again, confirming that all tests pass *including the ones you just added*. 6. Send a GitHub Pull Request to the main repository's ``master`` branch. - GitHub Pull Pipenv are the expected method of code collaboration on this + GitHub Pull Requests are the expected method of code collaboration on this project. The following sub-sections go into more detail on some of the points above.