diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yaml b/.github/ISSUE_TEMPLATE/Bug Report.yaml index 5002db2687..a5ea688a10 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yaml @@ -1,6 +1,6 @@ name: "Bug Report" description: "Report a bug related to the OCCT" -labels: ["2. Bug"] +labels: ["2. Bug", "0. New"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/Feature Request.yaml b/.github/ISSUE_TEMPLATE/Feature Request.yaml index f4f06d8cc3..006cb26130 100644 --- a/.github/ISSUE_TEMPLATE/Feature Request.yaml +++ b/.github/ISSUE_TEMPLATE/Feature Request.yaml @@ -1,6 +1,6 @@ name: "Feature Request" description: "Request a new feature or enhancement for the OCCT" -labels: ["2. Enhancement"] +labels: ["2. Enhancement", "0. New"] body: - type: markdown attributes: