Changes between Version 37 and Version 38 of 2017WP
- Timestamp:
- 2017-09-25T16:38:09+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2017WP
v37 v38 70 70 == Add an action 71 71 72 Append your action(s) to the list by initiating 2 resources to track and archive your development work: 72 Append your action(s) to the list by initiating 2 resources to track and archive your development work: a wikipage to describe and follow the ongoing work through different steps, and a ticket to gather the group discussion and monitor the overall workplan progress. 73 73 74 {{{#!td 74 {{{#!td style="vertical-align: top" 75 75 [[NewPage(id=WPAction, parent=wiki/2017WP, template=WorkPlanAction, placeholder=Wikipage name, button=Create action's wikipage)]] 76 '' '''Reminder for wiki page name''': '{WG or INSTITUTE}-{NUM}_{PIS}-{KEYWORDS}' '' 76 __Reminders__ 77 * Wikipage name pattern: `{WG for shared actions or INSTITUTE for specific actions}-{action number}_{PI(S)}-{keyword(S)}` \\ 78 * Current WG: [wiki:WorkingGroups/AGRIF AGRIF] | [wiki:WorkingGroups/nemo_ConfigurationManager CONFIGMAN] | ENHANCE | [wiki:WorkingGroups/NEMO_HPC HPC] | [wiki:WorkingGroups/Robustness-TestCases ROBUST] | [wiki:WorkingGroups/Wave_Coupling WAVE] 77 79 }}} 78 80 {{{#!td style="vertical-align: top" … … 86 88 </form> 87 89 }}} 90 __Ticket fields setting__ \\ 91 * 'Type': 'Development' 92 * 'Milestone' to current yearly WP 93 * 'Cc': add email(s) of people outside NEMO ST for further notification. 94 * 'Component': the area the change is being targeted for. 95 The other fields in the ticket (e.g. 'Priority', 'Keywords') should also be set appropriately. 88 96 }}} 97 98 See [wiki:Developers/DevelopingCodeChanges the instructions page] to learn how to implement a development work in NEMO.