Skip to content

Commit 178c4f7

Browse files
committed
Update pull request instructions as per the new Github UI
[ci skip]
1 parent 609bc40 commit 178c4f7

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

guides/source/contributing_to_ruby_on_rails.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -430,13 +430,18 @@ $ git push origin branch_name
430430

431431
### Issue a Pull Request
432432

433-
Navigate to the Rails repository you just pushed to (e.g. https://github.com/your-user-name/rails) and press "Pull Request" in the upper right hand corner.
434-
435-
Write your branch name in the branch field (this is filled with "master" by default) and press "Update Commit Range".
436-
437-
Ensure the changesets you introduced are included in the "Commits" tab. Ensure that the "Files Changed" incorporate all of your changes.
438-
439-
Fill in some details about your potential patch including a meaningful title. When finished, press "Send pull request". The Rails core team will be notified about your submission.
433+
Navigate to the Rails repository you just pushed to (e.g.
434+
https://github.com/your-user-name/rails) and click on "Pull Requests" seen in
435+
the right panel. On the next page, press "New pull request" in the upper right
436+
hand corner.
437+
438+
Click on "Edit", if you need to change the branches being compared (it compares
439+
"master" by default) and press "Click to create a pull request for this
440+
comparison".
441+
442+
Ensure the changesets you introduced are included. Fill in some details about
443+
your potential patch including a meaningful title. When finished, press "Send
444+
pull request". The Rails core team will be notified about your submission.
440445

441446
### Get some Feedback
442447

0 commit comments

Comments
 (0)