...

Text file src/cloud.google.com/go/cloudsqlconn/.github/ISSUE_TEMPLATE/question.yaml

Documentation: cloud.google.com/go/cloudsqlconn/.github/ISSUE_TEMPLATE

     1# Copyright 2023 Google LLC
     2#
     3# Licensed under the Apache License, Version 2.0 (the "License");
     4# you may not use this file except in compliance with the License.
     5# You may obtain a copy of the License at
     6#
     7#     https://www.apache.org/licenses/LICENSE-2.0
     8#
     9# Unless required by applicable law or agreed to in writing, software
    10# distributed under the License is distributed on an "AS IS" BASIS,
    11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12# See the License for the specific language governing permissions and
    13# limitations under the License.
    14
    15name: 💬 Question
    16description: Questions on how something works or the best way to do something?
    17title: "Brief summary of your question"
    18labels: ["type: question"]
    19body:
    20  - type: markdown
    21    attributes:
    22      value: |
    23        Thanks for stopping by to let us know something could be better!
    24
    25        Please run down the following list and make sure you've tried the usual "quick fixes":
    26        - Search the [current open issues](https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/issues) for a similar question
    27        - Check for answers on [StackOverflow](https://stackoverflow.com/questions/tagged/google-cloud-sql) (under the 'google-cloud-sql' tag)
    28
    29        If you still have a question, please include as much information as possible below! :smile:
    30  - type: textarea
    31    id: question
    32    attributes:
    33      label: Question
    34      description: "What's your question? Please provide as much relevant information as possible to reduce turnaround time."
    35      placeholder: "Example: How do I connect using this connector with Private IP from Cloud Run?"
    36    validations:
    37      required: true
    38  - type: textarea
    39    id: code
    40    attributes:
    41      label: Code
    42      description: "Please paste any useful application code that might be relevant to your question. (if your code is in a public repo, feel free to paste a link!)"
    43      render: Go
    44  - type: textarea
    45    id: additional-details
    46    attributes:
    47      label: Additional Details
    48      description: "Any other information you want us to know that might be helpful in answering your question? (link issues, PRs, descriptions, or screenshots)"

View as plain text