- Make sure you have a GitHub account
- Create an issue, assuming one does not already exist.
- Fork the repository on GitHub
- Create a branch from where you want to base your work.
- This is usually the master branch.
- Make commits of logical units.
- Check for unnecessary whitespace with
git diff --check
before committing. - Make sure your commit messages are appropriate, or at least funny.
- Push your changes to a the appropriate branch in your fork of the repository.
- Submit a pull request to the repository in the apigee organization.