From bfa93a15b0cb6cb85b3a7fa5135f6b1cc663dc47 Mon Sep 17 00:00:00 2001 From: Charles Graham SWT Date: Tue, 2 Sep 2025 14:50:24 -0500 Subject: [PATCH] Correct default labels for issues --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 614fa97e8e..133e8cd08c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- -name: Bug report +name: CDA Bug report about: Create a report to help us improve title: '' -labels: 'bug, priority:medium, Security, documentation, enhancement, blob, catalog, clobs, ratings, timeseries, web-ui' +labels: 'bug' assignees: '@CWMS Developers' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d4f105850d..295a36bc56 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- -name: Feature request -about: Suggest an idea for this project +name: CDA Feature request +about: Suggest an idea for CWMS-Data-API project title: '' -labels: 'priority:low, documentation, enhancement, blob, catalog, clobs, ratings, timeseries, web-ui' +labels: 'enhancement' assignees: '' ---