Skip to content

Commit d1d68c3

Browse files
authored
docs: automate library list generation (googleapis#10525)
1 parent 9c9f5e6 commit d1d68c3

6 files changed

Lines changed: 590 additions & 325 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,8 @@ about: Create a report to help us improve
44

55
---
66

7-
Thanks for stopping by to let us know something could be better!
8-
97
**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.
108

11-
Please run down the following list and make sure you've tried the usual "quick fixes":
12-
13-
- Search the issues already opened: https://github.com/googleapis/google-cloud-python/issues
14-
- Check for answers on StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-python
15-
16-
If you are still having issues, please be sure to include as much information as possible:
17-
18-
#### Environment details
19-
20-
1. Specify the API at the beginning of the title (for example, "BigQuery: ...")
21-
General, Core, and Other are also allowed as types
22-
2. OS type and version
23-
3. Python version and virtual environment information: `python --version`
24-
4. google-cloud-<service> version: `pip show google-<service>` or `pip freeze`
25-
26-
#### Steps to reproduce
27-
28-
1. ?
29-
30-
#### Code example
31-
32-
```python
33-
# example
34-
```
35-
36-
#### Stack trace
37-
```
38-
# example
39-
```
40-
41-
Making sure to follow these steps will guarantee the quickest resolution possible.
9+
**NOTE**: [Google Cloud Python](https://cloud.google.com/python/docs/reference) client libraries are no longer maintained inside this repository. Please visit the python-API repository (e.g., https://github.com/googleapis/python-pubsub/issues) for faster response times.
4210

43-
Thanks!
11+
See all published libraries in the [README](https://github.com/googleapis/google-cloud-python/blob/master/README.rst).

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,8 @@ about: Suggest an idea for this library
44

55
---
66

7-
Thanks for stopping by to let us know something could be better!
8-
97
**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.
108

11-
**Is your feature request related to a problem? Please describe.**
12-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
15-
**Describe alternatives you've considered**
16-
A clear and concise description of any alternative solutions or features you've considered.
17-
**Additional context**
18-
Add any other context or screenshots about the feature request here.
9+
**NOTE**: [Google Cloud Python](https://cloud.google.com/python/docs/reference) client libraries are no longer maintained inside this repository. Please visit the python-API repository (e.g., https://github.com/googleapis/python-pubsub/issues) for faster response times.
10+
11+
See all published libraries in the [README](https://github.com/googleapis/google-cloud-python/blob/master/README.rst).

.github/ISSUE_TEMPLATE/support_request.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ about: If you have a support contract with Google, please create an issue in the
55
---
66

77
**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.
8+
9+
**NOTE**: [Google Cloud Python](https://cloud.google.com/python/docs/reference) client libraries are no longer maintained inside this repository. Please visit the python-API repository (e.g., https://github.com/googleapis/python-pubsub/issues) for faster response times.
10+
11+
See all published libraries in the [README](https://github.com/googleapis/google-cloud-python/blob/master/README.rst).

0 commit comments

Comments
 (0)