Skip to content

Commit acd27f5

Browse files
committed
Add issue templates
1 parent 25f27b5 commit acd27f5

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Feature Enhancement
2+
description: Propose a new tool or enhancement for this MCP server
3+
title: "[Enhancement] "
4+
labels: ["enhancement"]
5+
body:
6+
- type: dropdown
7+
id: tool-type
8+
attributes:
9+
label: Tool type
10+
description: What kind of enhancement is this?
11+
options:
12+
- New Tool
13+
- Existing Tool Enhancement
14+
- API Coverage Expansion
15+
- Performance
16+
- Other
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: description
22+
attributes:
23+
label: What are you adding or changing?
24+
description: Describe the new tool or enhancement you want to add.
25+
placeholder: "e.g., Add a bulk_update_tickets tool that updates status and priority for multiple tickets at once."
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: api-endpoints
31+
attributes:
32+
label: API endpoints involved
33+
description: List any vendor API endpoints this will use (if known).
34+
placeholder: "e.g., PATCH /v1.0/Tickets/entityInformation"
35+
validations:
36+
required: false
37+
38+
- type: checkboxes
39+
id: breaking-changes
40+
attributes:
41+
label: Breaking changes
42+
options:
43+
- label: This change modifies existing tool behavior
44+
required: false

0 commit comments

Comments
 (0)