diff --git a/.github/ISSUE_TEMPLATE/fix_file.yml b/.github/ISSUE_TEMPLATE/fix_file.yml index f3dfe10a5a..3f5b69cd1d 100644 --- a/.github/ISSUE_TEMPLATE/fix_file.yml +++ b/.github/ISSUE_TEMPLATE/fix_file.yml @@ -74,7 +74,7 @@ body: Please provide a path to the data on either Hera or WCOSS. If this requires a version update, please provide the *entire* directory, including unchanged files from current fix. - placeholder: "/path/to/new/fix" + placeholder: '/path/to/new/fix' validations: required: true @@ -82,15 +82,16 @@ body: attributes: label: Size description: How much bigger/smaller is the new set from the existing set (in MB)? - placeholder: 0 + placeholder: '0' validations: required: true - type: markdown - value: | - # Tasks - - [ ] Discuss needs with global-workflow developer assigned to request. - - [ ] Add/update/remove fix file(s) in fix sets on supported platforms (global-workflow assignee task). - - [ ] Update "Fix File Management" spreadsheet (https://docs.google.com/spreadsheets/d/1BeIvcz6TO3If4YCqkUK-oz_kGS9q2wTjwLS-BBemSEY/edit?usp=sharing). - - [ ] Make related workflow/component updates. + attributes: + value: | + # Tasks + - [ ] Discuss needs with global-workflow developer assigned to request. + - [ ] Add/update/remove fix file(s) in fix sets on supported platforms (global-workflow assignee task). + - [ ] Update "Fix File Management" spreadsheet (https://docs.google.com/spreadsheets/d/1BeIvcz6TO3If4YCqkUK-oz_kGS9q2wTjwLS-BBemSEY/edit?usp=sharing). + - [ ] Make related workflow/component updates.