Skip to content

Commit

Permalink
Add issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Oct 19, 2016
1 parent 0aca3f6 commit 507f24f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE
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/

0 comments on commit 507f24f

Please sign in to comment.