Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 838 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 838 Bytes

How to contribute

Getting Started

  • Make sure you have a GitHub account
  • Create an issue, assuming one does not already exist.
  • Fork the repository on GitHub

Making Changes

  • 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.

Submitting Changes

  • 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.

Additional Resources