diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index f2d9b90..d07cefd 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -1,7 +1,8 @@ name: Bug report description: File a bug report. title: "[Bug]: " -labels: ["bug", "triage"] +labels: ["triage"] +type: "Bug" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml index d07af14..e1aafd2 100644 --- a/.github/ISSUE_TEMPLATE/02-feature.yml +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -1,7 +1,8 @@ name: Feature or enhancement request description: File a request for a feature or enhancement title: "[Request]: " -labels: ["feature", "triage"] +labels: ["triage"] +type: "Feature" body: - type: markdown attributes: