From 4f0185aac39fff4a5f1a3a3f103e6e920eb60703 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 16 Feb 2017 11:33:07 -0500 Subject: [PATCH] [1.11.x] Clarified that creating a pull request for the tutorial isn't necessary. Backport of 57292725093eb470851b35174c10573bbf717117 from master --- 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 e5160d82f8..e8618ad28b 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 ==========