Skip to content

Instantly share code, notes, and snippets.

@dje
Created April 27, 2014 21:16
Show Gist options
  • Save dje/11355913 to your computer and use it in GitHub Desktop.
Save dje/11355913 to your computer and use it in GitHub Desktop.
  1. Fork the repository on Github
  2. Create a named feature branch based off the develop branch
  3. Write your change and write tests for your change
  4. Run the tests, ensuring they all pass
  5. Submit a Pull Request based off the develop using Github
@slyness
Copy link

slyness commented Apr 27, 2014

Number 2:

Create a named feature branch created from the develop branch

Number 3:

Build hashes and magic, include tests to support your changes.

Or

Complete modifications or corrections, include tests to support your code.

Number 5:

Submit a Pull Request to the develop branch using Github

@slyness
Copy link

slyness commented Apr 27, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment