From 57292725093eb470851b35174c10573bbf717117 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 16 Feb 2017 11:33:07 -0500 Subject: [PATCH] Clarified that creating a pull request for the tutorial isn't necessary. --- docs/intro/contributing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 14073ae5f9..8979867ad8 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -637,8 +637,8 @@ You can create a pull request by visiting the `Django GitHub page `_. You'll see your branch under "Your recently pushed branches". Click "Compare & pull request" next to it. -On the next page that displays a preview of the patch, you would click -"Create pull request". +Please don't do it for this tutorial, but on the next page that displays a +preview of the patch, you would click "Create pull request". Next steps ==========