...
1# Copyright 2022 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# http://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: 'Enhancement'
16description: 'Feature request or new resource request. Whenever possible, please open a ticket with [GCP support](https://cloud.google.com/support-hub) instead.'
17labels: ['enhancement']
18body:
19- type: checkboxes
20 id: checklist
21 attributes:
22 label: Checklist
23 options:
24 - label: I did not find a related open enhancement request.
25 required: true
26 - label: I understand that enhancement requests filed in the GitHub repository are by default low priority.
27 required: true
28 - label: 'If this request is time-sensitive, I have submitted a corresponding issue with [GCP support](https://cloud.google.com/support-hub).'
29 required: true
30- type: 'markdown'
31 attributes:
32 value: |-
33 Thank you for filing a feature request. Please complete the form below so we evaluate your feature request.
34
35- id: 'fr-desc'
36 type: 'textarea'
37 attributes:
38 label: 'Describe the feature or resource'
39 description: "Describe the feature or resource that you're requesting."
40 validations:
41 required: true
42
43- id: 'fr-resource'
44 type: 'textarea'
45 attributes:
46 label: 'Additional information'
47 description: 'API Docs or gcloud command for requested feature or resource'
48 placeholder: 'gcloud pubsub topics create pubsubtopic-sample'
49
50- id: 'importance'
51 type: 'textarea'
52 attributes:
53 label: 'Importance'
54 description: |
55 State whether you consider this request a nice-to-have, pain point, or blocker.
56 Elaborate if you have any other details:
57 * How would this feature/resource impact you?
58 * Urgency. If this is a blocker, when would you need it by? If it's not yet a
59 blocker, do you foresee it becoming a blocker at some point, and when?
View as plain text