...
1---
2name: Bug Report
3about: Report defective or unintentional behavior you've experienced.
4title: "Brief summary of what bug or error was observed"
5labels: 'type: bug'
6
7---
8
9<!--
10
11Thanks for stopping by to let us know something could be better!
12
13**PLEASE READ**: If you have a support contract with Google, please create an
14issue in the [support console](https://cloud.google.com/support/) instead of
15filing on GitHub. This will ensure a timely response.
16
17Please run down the following list and make sure you've tried the usual "quick fixes":
18
19 - Search the issues already opened: https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues
20 - Check for answers on StackOverflow: https://stackoverflow.com/questions/tagged/google-cloud-sql
21
22If you are still having issues, please include as much information as possible:
23
24-->
25
26## Bug Description
27
28Please enter a detailed description of the bug, and any information about what
29behavior you noticed and how it differs from what you expected.
30
31## Example code (or command)
32
33```
34// example
35```
36
37## Stacktrace
38```
39Any relevant stacktrace here. Be sure to filter sensitive information.
40```
41
42## How to reproduce
43
44 1. ?
45 2. ?
46
47## Environment
48
491. OS type and version: <YOUR_OS_HERE>
502. Cloud SQL Proxy version (`./cloud_sql_proxy -version`): <YOUR_VERSION_HERE>
View as plain text