Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ body:
- type: markdown
attributes:
value: "Please fill out the following details to help us address the issue."
- type: textarea
id: version
attributes:
label: "Version"
description: "Please provide the version of the MCP Server where the bug occurred. (e.g., 0.1.0, main branch sha, etc.)"
placeholder: "e.g., 0.1.0"
validations:
required: true
- type: checkboxes
id: app
attributes:
Expand Down
Loading