Using the Github UI to Make Pull Requests: Difference between revisions

From Joomla! Documentation

Elin (talk | contribs)
Created page with "Github has a simple web interface that makes it very easy to propose a simple change to code. You do not need to install any software or do anything beside register for a git ..."
 
Elin (talk | contribs)
No edit summary
Line 10: Line 10:
# Make your change
# Make your change
[[File:easygithub5.png]]
[[File:easygithub5.png]]
# Scroll down and click the Propose file change button (add a note if you want).
# Scroll down and click the Propose file change button (add a note if you want).
[[File:easygithub6.png]]
[[File:easygithub6.png]]
Line 19: Line 18:
# Make a note in the joomlacode issue with any a link to the pull request.
# Make a note in the joomlacode issue with any a link to the pull request.
[[File:easygithub19.png]]
[[File:easygithub19.png]]
[[Category: Bug Squad]] [[Category: Development]]

Revision as of 13:57, 14 October 2012

Github has a simple web interface that makes it very easy to propose a simple change to code. You do not need to install any software or do anything beside register for a git hub account.

  1. Identify a change you want to make.

  1. Find the file you want to modify on Github

  1. Click Edit to open the file

  1. Make your change

  1. Scroll down and click the Propose file change button (add a note if you want).

  1. Fill in any additional information in the pull request including a reference to the joomlacode issue.

  1. Click Send pull request.

  1. Make a note in the joomlacode issue with any a link to the pull request.

File:Easygithub19.png