mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-01 17:36:21 +03:00
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.
This commit is contained in:
parent
25906563a3
commit
007992d349
2
.github/ISSUE_TEMPLATE/Bug Report.yaml
vendored
2
.github/ISSUE_TEMPLATE/Bug Report.yaml
vendored
@ -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:
|
||||
|
2
.github/ISSUE_TEMPLATE/Feature Request.yaml
vendored
2
.github/ISSUE_TEMPLATE/Feature Request.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user