diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index bd6e0428..f8c90626 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 af4e5abb..81d330a0 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