Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 841 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 841 Bytes

Contributing to endpoints-framework-gradle-plugin

The endpoints-framework-gradle-plugin is an open source project, we appreciate your help!

Contributing code

  1. First, please sign either individual or corporate contributor license agreement, whichever is applicable.
  2. Set your git user.email property to the address used for step 1. E.g.
    git config --global user.email "[email protected]"
    
    If you're a Googler or other corporate contributor, use your corporate email address here, not your personal address.
  3. Fork the repository into your own Github account.
  4. Please include unit tests for all new code.
  5. Make sure all existing tests pass. (gradlew test)
  6. Associate the change with an existing issue or file a new issue
  7. Create a pull request!