Skip to content

Commit 167e1a8

Browse files
committed
refactor(.github): update templates
1 parent 5867ea7 commit 167e1a8

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "🐛 Bug Report"
2-
description: Create a new ticket for a bug in mcpstack-tool.
2+
description: Create a new ticket for a bug in mcpstack-tool-builder.
33
title: "🐛 [BUG] - <title>"
44
labels:
55
- "bug"
@@ -8,9 +8,9 @@ body:
88
attributes:
99
value: |
1010
<p align="center">
11-
<img src="https://miro.medium.com/v2/resize:fit:400/1*QEps725rQjfgqNnlbRYb1g.png" alt="Harvard MIT HST Logo">
11+
<img src="https://github.com/MCP-Pipeline/MCPStack-Tool-Builder/raw/main/assets/COVER.png" alt="COVER">
1212
<br>
13-
<em>mcpstack-tool project</em>
13+
<em>mcpstack-tool-builder project</em>
1414
</p>
1515
- type: checkboxes
1616
id: checks
@@ -32,7 +32,7 @@ body:
3232
id: reprod-url
3333
attributes:
3434
label: "Reproduction URL"
35-
description: "If you’ve forked mcpstack-tool, provide a GitHub URL or repository link to reproduce the issue."
35+
description: "If you’ve forked mcpstack-tool-builder, provide a GitHub URL or repository link to reproduce the issue."
3636
placeholder: "Hint: Optional, but it helps us resolve the issue faster. Leave empty if not applicable."
3737
validations:
3838
required: false
@@ -42,8 +42,8 @@ body:
4242
label: "Reproduction Steps"
4343
description: "List the steps to reproduce the bug. The more detailed, the better!"
4444
value: |
45-
1. Install deps: `pip install -e .[dev] && pre-commit install`
46-
2. Run: `python -m mcpstack_tool.cli --health`
45+
1. Install deps: `uv sync && uv run pre-commit install`
46+
2. Run: `X`
4747
3. Observe: <what happened>
4848
render: bash
4949
validations:
@@ -120,7 +120,7 @@ body:
120120
- type: input
121121
id: tool-version
122122
attributes:
123-
label: "mcpstack-tool Version"
123+
label: "mcpstack-tool-builder Version"
124124
description: What version are you using? If cloned, paste the commit SHA: `git rev-parse --short HEAD`.
125125
placeholder: "e.g., 0.1.0"
126126
validations:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "💡 Feature Request"
2-
description: Suggest a new feature or enhancement for mcpstack-tool.
2+
description: Suggest a new feature or enhancement for mcpstack-tool-builder.
33
title: "💡 [FEAT] - <title>"
44
labels:
55
- "feature"
@@ -8,9 +8,9 @@ body:
88
attributes:
99
value: |
1010
<p align="center">
11-
<img src="https://miro.medium.com/v2/resize:fit:400/1*QEps725rQjfgqNnlbRYb1g.png" alt="Harvard MIT HST Logo">
11+
<img src="https://github.com/MCP-Pipeline/MCPStack-Tool-Builder/raw/main/assets/COVER.png" alt="COVER">
1212
<br>
13-
<em>mcpstack-tool project</em>
13+
<em>mcpstack-tool-builder project</em>
1414
</p>
1515
- type: checkboxes
1616
id: checks

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "❓ Ask a Question"
2-
description: Ask a question about mcpstack-tool.
2+
description: Ask a question about mcpstack-tool-builder.
33
title: "❓ [QUESTION] - <title>"
44
labels:
55
- "question"
@@ -8,9 +8,9 @@ body:
88
attributes:
99
value: |
1010
<p align="center">
11-
<img src="https://miro.medium.com/v2/resize:fit:400/1*QEps725rQjfgqNnlbRYb1g.png" alt="Harvard MIT HST Logo">
11+
<img src="https://github.com/MCP-Pipeline/MCPStack-Tool-Builder/raw/main/assets/COVER.png" alt="COVER">
1212
<br>
13-
<em>mcpstack-tool project</em>
13+
<em>mcpstack-tool-builder project</em>
1414
</p>
1515
- type: checkboxes
1616
id: checks

scripts/scaffold/.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "🐛 Bug Report"
2-
description: Create a new ticket for a bug in mcpstack-tool.
2+
description: Create a new ticket for a bug in mcpstack-tool-builder.
33
title: "🐛 [BUG] - <title>"
44
labels:
55
- "bug"
@@ -8,9 +8,9 @@ body:
88
attributes:
99
value: |
1010
<p align="center">
11-
<img src="https://miro.medium.com/v2/resize:fit:400/1*QEps725rQjfgqNnlbRYb1g.png" alt="Harvard MIT HST Logo">
11+
<img src="https://github.com/MCP-Pipeline/MCPStack-Tool-Builder/raw/main/assets/COVER.png" alt="COVER">
1212
<br>
13-
<em>mcpstack-tool project</em>
13+
<em>mcpstack-tool-builder project</em>
1414
</p>
1515
- type: checkboxes
1616
id: checks
@@ -32,7 +32,7 @@ body:
3232
id: reprod-url
3333
attributes:
3434
label: "Reproduction URL"
35-
description: "If you’ve forked mcpstack-tool, provide a GitHub URL or repository link to reproduce the issue."
35+
description: "If you’ve forked mcpstack-tool-builder, provide a GitHub URL or repository link to reproduce the issue."
3636
placeholder: "Hint: Optional, but it helps us resolve the issue faster. Leave empty if not applicable."
3737
validations:
3838
required: false
@@ -42,8 +42,8 @@ body:
4242
label: "Reproduction Steps"
4343
description: "List the steps to reproduce the bug. The more detailed, the better!"
4444
value: |
45-
1. Install deps: `pip install -e .[dev] && pre-commit install`
46-
2. Run: `python -m mcpstack_tool.cli --health`
45+
1. Install deps: `uv sync && uv run pre-commit install`
46+
2. Run: `X`
4747
3. Observe: <what happened>
4848
render: bash
4949
validations:
@@ -120,7 +120,7 @@ body:
120120
- type: input
121121
id: tool-version
122122
attributes:
123-
label: "mcpstack-tool Version"
123+
label: "mcpstack-tool-builder Version"
124124
description: What version are you using? If cloned, paste the commit SHA: `git rev-parse --short HEAD`.
125125
placeholder: "e.g., 0.1.0"
126126
validations:

scripts/scaffold/.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "💡 Feature Request"
2-
description: Suggest a new feature or enhancement for mcpstack-tool.
2+
description: Suggest a new feature or enhancement for mcpstack-tool-builder.
33
title: "💡 [FEAT] - <title>"
44
labels:
55
- "feature"
@@ -8,9 +8,9 @@ body:
88
attributes:
99
value: |
1010
<p align="center">
11-
<img src="https://miro.medium.com/v2/resize:fit:400/1*QEps725rQjfgqNnlbRYb1g.png" alt="Harvard MIT HST Logo">
11+
<img src="https://github.com/MCP-Pipeline/MCPStack-Tool-Builder/raw/main/assets/COVER.png" alt="COVER">
1212
<br>
13-
<em>mcpstack-tool project</em>
13+
<em>mcpstack-tool-builder project</em>
1414
</p>
1515
- type: checkboxes
1616
id: checks

scripts/scaffold/.github/ISSUE_TEMPLATE/question.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "❓ Ask a Question"
2-
description: Ask a question about mcpstack-tool.
2+
description: Ask a question about mcpstack-tool-builder.
33
title: "❓ [QUESTION] - <title>"
44
labels:
55
- "question"
@@ -8,9 +8,9 @@ body:
88
attributes:
99
value: |
1010
<p align="center">
11-
<img src="https://miro.medium.com/v2/resize:fit:400/1*QEps725rQjfgqNnlbRYb1g.png" alt="Harvard MIT HST Logo">
11+
<img src="https://github.com/MCP-Pipeline/MCPStack-Tool-Builder/raw/main/assets/COVER.png" alt="COVER">
1212
<br>
13-
<em>mcpstack-tool project</em>
13+
<em>mcpstack-tool-builder project</em>
1414
</p>
1515
- type: checkboxes
1616
id: checks

0 commit comments

Comments
 (0)