diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3e66e79fd93..d659197fc6f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: '🐞 Logic Apps Bug Report' description: Create a report to help us improve Logic Apps -labels: ['bug', 'triage'] +labels: ['triage'] +type: 'Bug' body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5abfa48b8ec..14410a31a85 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,7 @@ name: '✨ Feature Request' description: Suggest an idea or enhancement for Logic Apps labels: ['enhancement', 'triage'] +type: 'Feature' body: - type: markdown attributes: