Initial commit
This commit is contained in:
22
vendor/google/apiclient-services/.github/CONTRIBUTING.md
vendored
Normal file
22
vendor/google/apiclient-services/.github/CONTRIBUTING.md
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# How to become a contributor and submit your own code
|
||||
|
||||
## Contributor License Agreements
|
||||
|
||||
We'd love to accept your code patches! However, before we can take them, we have to jump a couple of legal hurdles.
|
||||
|
||||
Please fill out either the individual or corporate Contributor License Agreement (CLA).
|
||||
|
||||
* If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an [individual CLA](http://code.google.com/legal/individual-cla-v1.0.html).
|
||||
* If you work for a company that wants to allow you to contribute your work to this client library, then you'll need to sign a[corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html).
|
||||
|
||||
Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. Once we receive it, we'll add you to the official list of contributors and be able to accept your patches.
|
||||
|
||||
## Submitting Patches
|
||||
|
||||
1. Fork the PHP client library on GitHub
|
||||
1. Decide which code you want to submit. A submission should be a set of changes that addresses one issue in the issue tracker. Please file one change per issue, and address one issue per change. If you want to make a change that doesn't have a corresponding issue in the issue tracker, please file a new ticket!
|
||||
1. Ensure that your code adheres to standard PHP conventions, as used in the rest of the library.
|
||||
1. Ensure that there are unit tests for your code.
|
||||
1. Sign a Contributor License Agreement (see above).
|
||||
1. Submit a pull request with your patch on Github.
|
||||
|
||||
36
vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
36
vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
|
||||
---
|
||||
|
||||
Thanks for stopping by to let us know something could be better!
|
||||
|
||||
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
|
||||
|
||||
Please run down the following list and make sure you've tried the usual "quick fixes":
|
||||
|
||||
- Search the issues already opened: https://github.com/googleapis/google-api-php-client-services/issues
|
||||
- Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+php
|
||||
|
||||
If you are still having issues, please be sure to include as much information as possible:
|
||||
|
||||
#### Environment details
|
||||
|
||||
- OS:
|
||||
- PHP version:
|
||||
- Package name and version:
|
||||
|
||||
#### Steps to reproduce
|
||||
|
||||
1. ...
|
||||
|
||||
#### Code example
|
||||
|
||||
```php
|
||||
# example
|
||||
```
|
||||
|
||||
Making sure to follow these steps will guarantee the quickest resolution possible.
|
||||
|
||||
Thanks!
|
||||
21
vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
21
vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this library
|
||||
|
||||
---
|
||||
|
||||
Thanks for stopping by to let us know something could be better!
|
||||
|
||||
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
7
vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/support_request.md
vendored
Normal file
7
vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/support_request.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
name: Support request
|
||||
about: If you have a support contract with Google, please create an issue in the Google Cloud Support console.
|
||||
|
||||
---
|
||||
|
||||
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
|
||||
Reference in New Issue
Block a user