Skip to content

Commit

Permalink
Add pull request template to sub packages (#876)
Browse files Browse the repository at this point in the history
* Add pull request template to sub packages

* Fix doc generator

* Fix copyright year
  • Loading branch information
jdpedrie authored and dwsupplee committed Jan 31, 2018
1 parent c6628c3 commit 4a620c2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
**PLEASE READ THIS ENTIRE MESSAGE**

Hello, and thank you for your contribution! Please note that this repository is
a read-only split of `GoogleCloudPlatform/google-cloud-php`. As such, we are
unable to accept pull requests to this repository.

We welcome your pull request and would be happy to consider it for inclusion in
our library if you follow these steps:

* Clone the parent client library repository:

```sh
$ git clone [email protected]:GoogleCloudPlatform/google-cloud-php.git
```

* Move your changes into the correct location in that library. Library code
belongs in `src/Bigtable`, and tests in `tests/*/Bigtable`.

* Push the changes in a new branch to a fork, and open a new pull request
[here](https://github.com/GoogleCloudPlatform/google-cloud-php).

Thanks again, and we look forward to seeing your proposed change!

The Google Cloud PHP team

0 comments on commit 4a620c2

Please sign in to comment.