google-api-ruby-client/.github/ISSUE_TEMPLATE/bug_report.md

37 lines
965 B
Markdown
Raw Normal View History

2018-11-07 23:09:41 +00:00
---
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-ruby-client/issues
- Search Stack Overflow: https://stackoverflow.com/questions/tagged/google-api-client+ruby
If you are still having issues, please be sure to include as much information as possible:
#### Environment details
- OS:
- Ruby version:
- Gem name and version:
#### Steps to reproduce
1. ...
#### Code example
```ruby
# example
```
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!