Skip to content
gkos edited this page Feb 24, 2013 · 1 revision

1. Fork

Go to project page and click on fork

2. Fix, Improve, Port

Create a branch with a descriptive name. And please follow this rules.

  1. Separate problems by commits
  2. Keep new features and fixes on separate pull requests
  3. Append -fix if you'r fixing something Examples:
git branch socket-call-fix
git branch connection-pool-support

3. Create the pull request.

Go to your forked page and click on pull request button. Then select master on base branch and your branch at head branch

4. Be pacient

I'm with little avaible time right now, so have patience I will answer your PR just in time.

Clone this wiki locally