diff --git a/.github/ISSUE_TEMPLATE/10-bug.yaml b/.github/ISSUE_TEMPLATE/10-bug.yaml index 75da048b40193d94f3d7fced596c35cdc52c7f92..82bd70a4a0a0990f9a6faeedc108effb18f94b71 100644 --- a/.github/ISSUE_TEMPLATE/10-bug.yaml +++ b/.github/ISSUE_TEMPLATE/10-bug.yaml @@ -1,5 +1,6 @@ name: Bug report description: Viewer bug report +title: "[Bug]: " labels: [bug, triage] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/20-enhancement.md b/.github/ISSUE_TEMPLATE/20-enhancement.md index dd404788111e1d700e57d8f939ae807e8189ae3c..83a28342b4e07770f2c2ec71202a328300d36ac4 100644 --- a/.github/ISSUE_TEMPLATE/20-enhancement.md +++ b/.github/ISSUE_TEMPLATE/20-enhancement.md @@ -1,7 +1,7 @@ --- name: Enhancement about: New feature or enhancement -title: New Feature +title: "[New Feature]: " labels: enhancement, triage ---