From 007992d3494f2c372c23154111a9e06bdf47b8dc Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Sat, 14 Dec 2024 13:55:07 +0000 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/Bug Report.yaml | 2 +- .github/ISSUE_TEMPLATE/Feature Request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: