Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions .github/ISSUE_TEMPLATE/Helpdesk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gibbsp I tried to capture the projects you gave as well as our partner organizations. Please let me know if I am missing any or if some of these do not make sense.

- Other
- CADRE
- FALCON
- RRFS
- MMM
- NASA
- Navy
- NESDIS
- NWS
- OAR-EPIC
- UKMO
- University
- USAF
validations:
required: true

Expand Down