You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem."
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem."
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
# 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
+
15
+
name: ✨ Feature Request
16
+
description: Suggest an idea for new or improved behavior.
17
+
title: "<brief summary of the proposed feature>"
18
+
labels: ["type: feature request"]
19
+
type: feature
20
+
body:
21
+
- type: markdown
22
+
attributes:
23
+
value: |
24
+
Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your feature request.
25
+
26
+
- id: preamble
27
+
type: checkboxes
28
+
attributes:
29
+
label: Pre-reqs
30
+
description: |
31
+
Please run through the following list and make sure you've tried the usual "quick fixes":
32
+
options:
33
+
- label: "Search the [current open issues](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/issues)"
34
+
required: true
35
+
36
+
- type: textarea
37
+
id: use-case
38
+
attributes:
39
+
label: What are you trying to do that currently feels hard or impossible?
40
+
description: "A clear and concise description of what the end goal for the feature should be -- avoid generalizing and try to provide a specific use-case."
41
+
validations:
42
+
required: true
43
+
44
+
- type: textarea
45
+
id: suggested-solution
46
+
attributes:
47
+
label: Suggested Solution(s)
48
+
description: "If you have a suggestion for how this use-case can be solved, please feel free to include it."
49
+
50
+
- type: textarea
51
+
id: additional-details
52
+
attributes:
53
+
label: Additional Details
54
+
description: "Any additional information we should know? Please reference it here (issues, PRs, descriptions, or screenshots)"
# 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
+
15
+
name: 💬 Question
16
+
description: Questions on how something works or the best way to do something?
17
+
title: "<brief summary of the question>"
18
+
labels: ["type: question"]
19
+
20
+
body:
21
+
- type: markdown
22
+
attributes:
23
+
value: |
24
+
Thanks for helping us improve! 🙏 Please provide as much information as possible about your question.
25
+
26
+
- id: preamble
27
+
type: checkboxes
28
+
attributes:
29
+
label: Prerequisites
30
+
description: |
31
+
Please run through the following list and make sure you've tried the usual "quick fixes":
32
+
options:
33
+
- label: "Search the [issues](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/issues)"
34
+
required: true
35
+
36
+
- type: textarea
37
+
id: question
38
+
attributes:
39
+
label: Question
40
+
description: "What's your question? Please provide as much relevant information as possible to reduce turnaround time. Include information like what environment, language, or framework you are using."
41
+
validations:
42
+
required: true
43
+
44
+
- type: textarea
45
+
id: code
46
+
attributes:
47
+
label: Code
48
+
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!)"
49
+
50
+
- type: textarea
51
+
id: additional-details
52
+
attributes:
53
+
label: Additional Details
54
+
description: "Any other information you want us to know that might be helpful in answering your question? (link issues, PRs, descriptions, or screenshots)."
0 commit comments