Fix new feature template#4104
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This is a hotfix to correct the GitHub issue template for new features that was broken after PR #4067. The template structure was malformed and needed proper YAML formatting to render correctly in GitHub.
Key changes:
- Fixed YAML formatting by replacing
placeholderwithdescriptionfield - Restructured multi-line content with proper YAML indentation and formatting
- Changed bullet point style from dashes to asterisks for consistency
DavidHuber-NOAA
approved these changes
Sep 25, 2025
weihuang-jedi
added a commit
to NOAA-EPIC/global-workflow-cloud
that referenced
this pull request
Oct 8, 2025
…into feature/adjust_tasks_per_node_layout * 'develop' of github.com:NOAA-EPIC/global-workflow-cloud: Adding workflow infrastructure for wave_stat and wave_stat_pnt jobs (NOAA-EMC#3846) Add ush and parm of SPOC (NOAA-EMC#3944) Bugfixes from IMS C++ code additions (NOAA-EMC#4105) Increase C96 gcdas fcst wall time to 1.5 hours (NOAA-EMC#4108) Use default stochastic physics (NOAA-EMC#4073) Fix new feature template (NOAA-EMC#4104)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Hotfix for new_feature template that was rendered broken from #4067
Type of change
Change characteristics
How has this been tested?
Only way to test this by trying to create a new issue from the repo after merging
Checklist