diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0b4d2edb7..9046bcc03 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: If you find a bug in Deskflow, please let us know so we can fix it. -labels: ["bug", "triage", "unanswered"] +type: "Triage [bug]" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9dbec9508..2549540c9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Had an idea how to improve Deskflow? Share it with us. -labels: ["enhancement", "triage", "unanswered"] +type: "Triage [feature]" body: - type: markdown attributes: