From 629c949d0198e174608a707e31cb44d1a34cfb3e Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Wed, 27 Nov 2024 10:33:05 +0100 Subject: [PATCH] Uptake issue types --- .github/ISSUE_TEMPLATE/bcidea.yaml | 1 + .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/extensibility-request.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bcidea.yaml b/.github/ISSUE_TEMPLATE/bcidea.yaml index b0a7fd659f..ec0380b2f6 100644 --- a/.github/ISSUE_TEMPLATE/bcidea.yaml +++ b/.github/ISSUE_TEMPLATE/bcidea.yaml @@ -2,6 +2,7 @@ name: Implement a BC Idea description: Suggest a BC Idea you would like to implement. title: "[BC Idea]: " labels: ["bcidea"] +type: 'Feature' body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 787ec6dadc..06b794a95d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,7 +1,7 @@ name: Fix a bug description: Create a bug report for a product defect you would like to address yourself title: "[Bug]: " -labels: ["bug"] +type: 'Bug' body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/extensibility-request.yaml b/.github/ISSUE_TEMPLATE/extensibility-request.yaml index 5b44cd19c3..7a759055ff 100644 --- a/.github/ISSUE_TEMPLATE/extensibility-request.yaml +++ b/.github/ISSUE_TEMPLATE/extensibility-request.yaml @@ -1,5 +1,6 @@ name: Create an extensibility request description: Create an event request, request for external or other extensibility request, Microsoft should process +type: 'Task' body: - type: markdown attributes: