From a0ecddb7b8869f5d5744c014784d9122207d1730 Mon Sep 17 00:00:00 2001 From: Nico Orschel Date: Thu, 25 Jan 2024 14:14:55 +0100 Subject: [PATCH] Add Azure DevOps 2022 to bug issue template (#1875) The current bug issue template does not yet include the latest AzD Server version 2022. --- .github/ISSUE_TEMPLATE/bug.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 42f7d1608..72c519613 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -21,6 +21,7 @@ body: description: What version of Azure DevOps / TFS are you pulling data from? options: - Azure DevOps Service + - Azure DevOps Server 2022 - Azure DevOps Server 2020 - Azure DevOps Server 2019 - Team Foundation Server 2017 @@ -37,6 +38,7 @@ body: description: What version of Azure DevOps / TFS are you pushing data to? options: - Azure DevOps Service + - Azure DevOps Server 2022 - Azure DevOps Server 2020 - Azure DevOps Server 2019 - Team Foundation Server 2017 @@ -74,4 +76,4 @@ body: description: I am able to debug in Visual Studio options: - label: Visual Studio Debug - required: true \ No newline at end of file + required: true