From 84c0da8d97832729b143bcb4620eeaff0dad69e3 Mon Sep 17 00:00:00 2001 From: Annabelle Wiegart Date: Mon, 27 Oct 2025 17:16:32 +0100 Subject: [PATCH] Added GitHub URL to create a pull request from a fork's branch. --- docs/intro/contributing.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 0342f3e816..50df30b1e8 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -544,8 +544,10 @@ After committing the changes, send it to your fork on GitHub (substitute $ git push origin ticket_99999 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. +`_. You should see your branch there. +Click "Compare & pull request" next to it. Alternatively, you can create your +pull request by calling the URL +https://github.com/GITHUB_USERNAME/django/pull/new/BRANCH_NAME/. Please don't do it for this tutorial, but on the next page that displays a preview of the changes, you would click "Create pull request".