Skip to content

Commit

Permalink
Add detail to contributing guidelines on how write PRs that work with…
Browse files Browse the repository at this point in the history
… integrations.

PiperOrigin-RevId: 288966194
  • Loading branch information
GMNGeoffrey authored and copybara-github committed Jan 9, 2020
1 parent 5dd2b8c commit e24cfb5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ use GitHub pull requests (PRs) for this purpose. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
information on using pull requests.

Each PR will be merged into the master branch as a single commit by our
automation workflow with a description matching the initial PR
comment/description. Please keep PRs small (focused on a single issue) to
streamline review and ease later culprit-finding.
We use a GitHub integration to import PRs into our upstream (Google internal)
source code management. Once it is approved internally, each PR will be merged
into the master branch as a single commit by the same tooling. The description
will match the PR title followed by the PR description. Accordingly, please
write these as you would a helpful commit message. Please also keep PRs small
(focused on a single issue) to streamline review and ease later culprit-finding.

## Community Guidelines

Expand Down

0 comments on commit e24cfb5

Please sign in to comment.