diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b160c6ea1..f6d55b124 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: "Bug report" description: Create a report to help us improve the Python devguide title: "Bug: " -labels: ["bug"] +labels: ["type-bug"] assignees: [] body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a4413c137..7a7e9ec80 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: "Feature request" description: Suggest an idea for the Python devguide title: "Feature: <title>" -labels: ["enhancement"] +labels: ["type-feature"] assignees: [] body: