• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Bug report
3about: Create a report to help us improve
4
5---
6
7Thanks for stopping by to let us know something could be better!
8
9**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.
10
11Please 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-auth-library-java/issues
14  - Check for answers on StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform
15
16If you are still having issues, please include as much information as possible:
17
18#### Environment details
19
201. Specify the API at the beginning of the title. For example, "BigQuery: ...").
21   General, Core, and Other are also allowed as types
222. OS type and version:
233. Java version:
244.  version(s):
25
26#### Steps to reproduce
27
28  1. ?
29  2. ?
30
31#### Code example
32
33```java
34// example
35```
36
37#### Stack trace
38```
39Any relevant stacktrace here.
40```
41
42#### External references such as API reference guides
43
44- ?
45
46#### Any additional information below
47
48
49Following these steps guarantees the quickest resolution possible.
50
51Thanks!
52