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
# 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
+
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: 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 [current open issues](https://github.com/googleapis/mcp-toolbox-sdk-python/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: alternatives-considered
52
+
attributes:
53
+
label: Alternatives Considered
54
+
description: "Are there any workaround or third party tools to replicate this behavior? Why would adding this feature be preferred over them?"
55
+
56
+
- type: textarea
57
+
id: additional-details
58
+
attributes:
59
+
label: Additional Details
60
+
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 [current open issues](https://github.com/googleapis/mcp-toolbox-sdk-python/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
+
placeholder: "Example: How do I use Toolbox SDKs with my own orchestration framework?"
42
+
validations:
43
+
required: true
44
+
45
+
- type: textarea
46
+
id: code
47
+
attributes:
48
+
label: Code
49
+
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!)"
50
+
51
+
- type: textarea
52
+
id: additional-details
53
+
attributes:
54
+
label: Additional Details
55
+
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