Changes between Version 13 and Version 14 of 2018WP
- Timestamp:
- 2017-12-07T23:04:26+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2018WP
v13 v14 34 34 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. 35 35 36 {{{#!td style="vertical-align: top" 37 [[NewPage(id=WPAction, parent=wiki/2018WP, template=WorkPlanAction, placeholder=Wikipage name, button=Create action's wikipage)]] 38 __Reminders__ 39 * Wikipage name pattern: \\ 40 `{WG or STREAM for shared actions | INSTITUTE for specific actions}-{action number}_{PI(S)}-{keyword(S)}` 41 * Current 42 * WG: [wiki:WorkingGroups/AGRIF AGRIF] | [wiki:WorkingGroups/NEMO_HPC HPC] | [wiki:WorkingGroups/Robustness-TestCases ROBUST] | [wiki:WorkingGroups/sea-ice SEAICE] 43 * Streams: ENHANCE | PUBLI | VALID 44 }}} 45 {{{#!td style="vertical-align: top" 46 {{{#!html 47 <p></p> 48 <form action="/nemo/newticket?summary=summary&type=type&milestone=milestone&version=version" method="get"> 49 <input type="hidden" name="type" value="Task" /> 50 <input type="hidden" name="milestone" value="2018 WP" /> 51 <input type="hidden" name="version" value="trunk" /> 52 <input type="text" name=summary size=51 placeholder="Ticket subject"/> 53 <input type="submit" value="Open action's ticket"/> 54 </form> 55 }}} 56 __Ticket fields setting__ \\ 57 * 'Type: Task', 'Milestone: 2018 WP' and 'Version: trunk' by default 58 * 'Cc': add email(s) of people outside NEMO ST for further notification. 59 * 'Component': the area the change is being targeted for. 60 The other fields in the ticket (e.g. 'Priority', 'Keywords') should also be set appropriately. 61 }}} 36 [[Include(./FormCode)]] 62 37 63 38 See [wiki:Developers/DevelopingCodeChanges the instructions page] to learn how to implement a development work in NEMO.