...

Text file src/cloud.google.com/go/.github/ISSUE_TEMPLATE/feature_request.md

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

     1---
     2name: Feature request
     3about: Suggest an idea for this project
     4title: 'packagename: short description of feature request'
     5labels: triage me
     6assignees: ''
     7
     8---
     9
    10**Is your feature request related to a problem? Please describe.**
    11A clear and concise description of what the problem is. Ex. It would be easier to do Y if the libraries
    12did X [...]
    13
    14**Describe the solution you'd like**
    15A clear and concise description of what you want to happen. What should the API be? How would you use it?
    16
    17**Describe alternatives you've considered**
    18A clear and concise description of any alternative solutions or features you've considered.
    19
    20**Additional context**
    21Add any other context or screenshots about the feature request here.

View as plain text