From: dpasukhi Date: Sat, 14 Dec 2024 13:55:07 +0000 (+0000) Subject: Documentation - Issue Template update #193 X-Git-Tag: V7_9_0_beta1~96 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=007992d3494f2c372c23154111a9e06bdf47b8dc;p=occt.git Documentation - Issue Template update #193 Update issue templates to include '0. New' label for bug reports and feature requests. The new labels helps to mark not checked issues from development side. --- 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: