From a3f01dd1161de1ef40d7c8ac87a271f62226193e Mon Sep 17 00:00:00 2001 From: ashley314 Date: Tue, 5 May 2026 08:45:18 -0600 Subject: [PATCH 1/2] use partner and project dropdown --- .github/ISSUE_TEMPLATE/Helpdesk.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Helpdesk.yml b/.github/ISSUE_TEMPLATE/Helpdesk.yml index 8f1e9e1..42c49fd 100644 --- a/.github/ISSUE_TEMPLATE/Helpdesk.yml +++ b/.github/ISSUE_TEMPLATE/Helpdesk.yml @@ -18,12 +18,25 @@ body: validations: required: true - - type: textarea + - type: dropdown id: requesting_org attributes: label: Requesting Organization - description: Specify the organization and, if applicable, the specific division, branch, or office requesting assistance. - placeholder: "e.g., University, NOAA/NWS/EMC, NRL Monterey, NASA/GMAO" + description: Select the organization requesting assistance or project if applicable. + options: + - CADRE + - FALCON + - RRFS + - MMM + - NASA + - Navy + - NESDIS + - NWS + - OAR-EPIC + - UKMO + - University + - USAF + - Other validations: required: true From 8b7d8effa5be0f0ebc22b8dbef56a6f75d151c92 Mon Sep 17 00:00:00 2001 From: ashley314 Date: Tue, 5 May 2026 08:56:53 -0600 Subject: [PATCH 2/2] put Other first --- .github/ISSUE_TEMPLATE/Helpdesk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Helpdesk.yml b/.github/ISSUE_TEMPLATE/Helpdesk.yml index 42c49fd..7fffdc5 100644 --- a/.github/ISSUE_TEMPLATE/Helpdesk.yml +++ b/.github/ISSUE_TEMPLATE/Helpdesk.yml @@ -24,6 +24,7 @@ body: label: Requesting Organization description: Select the organization requesting assistance or project if applicable. options: + - Other - CADRE - FALCON - RRFS @@ -36,7 +37,6 @@ body: - UKMO - University - USAF - - Other validations: required: true