Skip to content

Commit af04f9b

Browse files
committed
Add search locations and OS type.
1 parent 42df95e commit af04f9b

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
Thank you for reporting and issue to google-cloud-python!
1+
# Thank you for reporting an issue to google-cloud-python!
22

33
If you are reporting an issue or requesting a feature, please search the
44
existing open and closed issues to see if there is already work being done.
55

6-
If you can provide us with the following information it will help us identify
7-
the cause of your issue more quickly.
6+
- https://github.com/GoogleCloudPlatform/google-cloud-python/issues
7+
- http://stackoverflow.com/questions/tagged/google-cloud-python
88

9-
1. google-cloud-python version
10-
2. Python version and virtual environment information
11-
3. Stacktrace if available
12-
4. Steps to reproduce
13-
5. Code example
9+
If you can provide us with as much of the following information as possible it
10+
will help us identify the cause of your issue more quickly.
1411

15-
Using Github flavored markdown can help make your request clearer.
12+
1. OS type and version
13+
2. Python version and virtual environment information `python --version`
14+
3. google-cloud-python version `pip show google-cloud`, `pip show google-<service>` or `pip freeze`
15+
4. Stacktrace if available
16+
5. Steps to reproduce
17+
6. Code example
18+
19+
Using GitHub flavored markdown can help make your request clearer.
1620
See: https://guides.github.com/features/mastering-markdown/

0 commit comments

Comments
 (0)