]> OCCT Git - occt.git/commitdiff
Documentation - Issue Template update #193
authordpasukhi <dpasukhi@opencascade.com>
Sat, 14 Dec 2024 13:55:07 +0000 (13:55 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Sat, 14 Dec 2024 13:55:07 +0000 (13:55 +0000)
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
.github/ISSUE_TEMPLATE/Feature Request.yaml

index 5002db26873079399cf4a242f44b005a4eb304f3..a5ea688a108b53cc765c7ea4e2d8490a81dac20a 100644 (file)
@@ -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:
index f4f06d8cc31373c8ea2b13d46a424e8834ea4c26..006cb26130821cb9d85f9fced058bf9ac96a4726 100644 (file)
@@ -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: