...

Text file src/cloud.google.com/go/.github/ISSUE_TEMPLATE/migration-issue.md

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

     1---
     2name: Migration Issue
     3about: Ask a question or report an issue related related to the go-genproto type migration
     4title: 'package: migration help'
     5labels: genproto-migration
     6assignees: ''
     7
     8---
     9
    10## If you have not already please read our migration.md file for assistance.
    11
    12**Which client are you migrating**
    13e.g asset: google.golang.org/genproto/googleapis/cloud/asset/v1p2beta1
    14
    15**What issue are you having**
    16A clear and concise description of what is happening.
    17
    18**Expected behavior**
    19A clear and concise description of what you expected to happen.
    20
    21**Relevant go.mod dependencies**
    22```
    23/ /go.mod
    24require (
    25	cloud.google.com/go/asset v1.6.0
    26	google.golang.org/genproto v0.0.0-20220908141613-51c1cc9bc6d0
    27)
    28```
    29
    30
    31**Additional context**
    32Add any other context about the problem here.

View as plain text