Skip to content

HowTo Make a Simple Code Contribution.

blak3r edited this page Apr 1, 2012 · 3 revisions

This page is for people who want to contribute minor changes without having to setup Git completely on their system.

Git certainly isn’t the easiest tool to use in the world, and for many people can be a bit of a pain to setup. This is especially true if you are just wanting to contribute a simple one-line change; no sense in cloning the whole repository and setting it up locally for all of that. To make this easier, I found you can do an edit and a pull request right thru GitHub with no trouble at all. Here’s how:

  • Navigate to our GitHub repo at https://github.com/blak3r/yaai
  • Find the file you want to edit, and click on it.
  • In the top right hand corner above the file contents, look for the following button and click on it.

Fork and Edit button

  • You’ll now be brought to a file editor. Make any changes you like, then provide the commit message to describe your changes.

Propose File Change button

  • After Clicking ‘Propose File Change’ you are then directed to the normal pull request page, where you can submit the pull request to us.

Hopefully this makes making simple code contributions much easier.

NOTE: I got the idea for this page from: https://github.com/sugarcrm/sugarcrm_dev/wiki/Make-simple-code-contributions-much-easier