diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 5ada2ce09efda..7650570c82361 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -2,6 +2,7 @@ name: "🐞 Bug report" description: "Help us to improve by reporting a bug" title: "[Bug]: " labels: ["bug", "0. Needs triage"] +type: "Bug" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 94b0eaacc962e..64e817033a1c4 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -2,6 +2,7 @@ name: 🚀 Feature request about: Suggest an idea for this app labels: 0. Needs triage, enhancement +type: Enhancement ---