Skip to content

Commit 28b4dbe

Browse files
authored
chore: update issue template (#227)
1 parent 7b033ad commit 28b4dbe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ body:
77
- type: markdown
88
attributes:
99
value: "Please fill out the following details to help us address the issue."
10+
- type: textarea
11+
id: version
12+
attributes:
13+
label: "Version"
14+
description: "Please provide the version of the MCP Server where the bug occurred. (e.g., 0.1.0, main branch sha, etc.)"
15+
placeholder: "e.g., 0.1.0"
16+
validations:
17+
required: true
1018
- type: checkboxes
1119
id: app
1220
attributes:

0 commit comments

Comments
 (0)