...

Text file src/cloud.google.com/go/cloudsqlconn/.github/ISSUE_TEMPLATE/feature_request.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: ✨ Feature Request
    16description: Suggest an idea for new or improved behavior.
    17title: "Brief summary of the proposed feature"
    18labels: ["type: feature request"]
    19body:
    20  - type: markdown
    21    attributes:
    22      value: |
    23        Thanks for stopping by to let us know something could be better!<br/>
    24
    25        Please run down the following list before proceeding with your feature request:
    26        - Search the [current open issues](https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/issues) to prevent creating a duplicate.
    27
    28        Please include as much information as possible below! :smile:
    29  - type: textarea
    30    id: feature-description
    31    attributes:
    32      label: Feature Description
    33      description: "A clear and concise description of what feature you would like to see, and why it would be useful to have added."
    34    validations:
    35      required: true
    36  - type: textarea
    37    id: sample-code
    38    attributes:
    39      label: Sample code
    40      description: "If you already have an idea of what the implementation of this feature would like in code please provide it. (pseudo code is okay!)"
    41      render: Go
    42  - type: textarea
    43    id: alternatives-considered
    44    attributes:
    45      label: Alternatives Considered
    46      description: "Are there any workaround or third party tools to replicate this behavior? Why would adding this feature be preferred over them?"
    47  - type: textarea
    48    id: additional-details
    49    attributes:
    50      label: Additional Details
    51      description: "Any additional information we should know? Please reference it here (issues, PRs, descriptions, or screenshots)"

View as plain text