forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0aca3f6
commit 507f24f
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Thank you for reporting an issue to google-cloud-python! | ||
|
||
If you are reporting an issue or requesting a feature, please search the | ||
existing open and closed issues to see if there is already work being done. | ||
|
||
- https://github.com/GoogleCloudPlatform/google-cloud-python/issues | ||
- http://stackoverflow.com/questions/tagged/google-cloud-python | ||
|
||
If you can provide us with as much of the following information as possible it | ||
will help us identify the cause of your issue more quickly. | ||
|
||
1. OS type and version | ||
2. Python version and virtual environment information `python --version` | ||
3. google-cloud-python version `pip show google-cloud`, `pip show google-<service>` or `pip freeze` | ||
4. Stacktrace if available | ||
5. Steps to reproduce | ||
6. Code example | ||
|
||
Using GitHub flavored markdown can help make your request clearer. | ||
See: https://guides.github.com/features/mastering-markdown/ |