diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index 226d5a50..f0d89c0a 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -1,7 +1,6 @@ name: Bug report description: File a bug report. title: "[Bug]: " -labels: ["triage"] type: "Bug" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml index 3f34d3cd..e3d3572c 100644 --- a/.github/ISSUE_TEMPLATE/02-feature.yml +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -1,7 +1,6 @@ name: Feature or enhancement request description: File a request for a feature or enhancement title: "[Request]: " -labels: ["triage"] type: "Feature" body: - type: markdown