From 03c9daabf7c4a18c48cda3e7fa0ae89911b42483 Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Tue, 25 Feb 2025 09:24:25 -0600 Subject: [PATCH] Add projects to issue templates, try again to fix issue type --- .github/ISSUE_TEMPLATE/NCO_bug_report.yml | 3 ++- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- .github/ISSUE_TEMPLATE/dump_request.yml | 3 ++- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- .github/ISSUE_TEMPLATE/production_update.yml | 3 ++- .github/ISSUE_TEMPLATE/static_data.yml | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/NCO_bug_report.yml b/.github/ISSUE_TEMPLATE/NCO_bug_report.yml index 5ac58b23fd..c42ea1a1fb 100644 --- a/.github/ISSUE_TEMPLATE/NCO_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/NCO_bug_report.yml @@ -1,7 +1,8 @@ name: NCO Bug Report description: Report something that is incorrect or broken labels: ["nco-bug", "triage"] -type: bug +type: "bug" +projects: ["global-workflow development"] assignees: - aerorahul diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0ea1866d3e..1f7429784b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,8 @@ name: Bug Report description: Report something that is incorrect or broken labels: ["triage"] -type: bug +type: "bug" +projects: ["global-workflow development"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/dump_request.yml b/.github/ISSUE_TEMPLATE/dump_request.yml index 6a08870a23..3336cdcbeb 100644 --- a/.github/ISSUE_TEMPLATE/dump_request.yml +++ b/.github/ISSUE_TEMPLATE/dump_request.yml @@ -1,7 +1,8 @@ name: Global Observation Dump Request description: Request additional dates be added to a machine's global dump archive (GDA) or introduce experimental dump data to the GDA labels: ["Static Data Mgmt"] -type: task +type: "task" +projects: ["global-workflow development"] assignees: - KateFriedman-NOAA - WalterKolczynski-NOAA diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 339c314e43..d0b7d33033 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,8 @@ name: Feature Request description: Request new capability labels: ["triage"] -type: feature +type: "feature" +projects: ["global-workflow development"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/production_update.yml b/.github/ISSUE_TEMPLATE/production_update.yml index 26889f6a72..d77556fa17 100644 --- a/.github/ISSUE_TEMPLATE/production_update.yml +++ b/.github/ISSUE_TEMPLATE/production_update.yml @@ -1,7 +1,8 @@ name: Production Update description: Begin the process of an operational production update labels: ["production update", "triage"] -type: feature +type: "feature" +projects: ["global-workflow development"] assignees: - WalterKolczynski-NOAA - KateFriedman-NOAA diff --git a/.github/ISSUE_TEMPLATE/static_data.yml b/.github/ISSUE_TEMPLATE/static_data.yml index 34deef23fd..90e1083064 100644 --- a/.github/ISSUE_TEMPLATE/static_data.yml +++ b/.github/ISSUE_TEMPLATE/static_data.yml @@ -1,7 +1,8 @@ name: Static Data Update description: Request static data be added or updated labels: ["Static Data Mgmt"] -type: task +type: "task" +projects: ["global-workflow development"] assignees: - KateFriedman-NOAA - WalterKolczynski-NOAA