From 84b594570b3f311257037278823519b8ad6e4434 Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Fri, 9 May 2025 15:59:29 +0100 Subject: [PATCH] chore: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 540baf77..87e2e0d6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: