New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
TicketGuidelines/ModifyTicketSummary – NEMO
wiki:TicketGuidelines/ModifyTicketSummary

Version 21 (modified by nicolasmartin, 6 years ago) (diff)

--

Guidelines for modifying a ticket

  • Don't change a ticket field without leaving a comment
  • Don't close or reopen a ticket without a reason
  • Notification: reporter, owner, updater and CC'ers, NEMO mailing lists in case of closed or reopened tickets

Editing Tips

  • 'textarea' view highly recommended (no bugs, autocomplete, contextual help).
  • Display an image: [[Image([wiki|ticket|discussion]:..., [width=...], [align=...], ...)]], see [[Image?]]
    • Fortran code block
         {{{#!f
         Your fortran code
         }}}
      
    • SVN diff
         {{{#!diff
         Paste `svn diff` output from console
         }}}
      
  • Include totally or partially a repository file: [[IncludeSource([trunk|branches|...]/...,[start=], [end=], [rev=], [line_numbers=0|1], ...)]], see [[IncludeSource?]]
  • See TracLinks | WikiMacros | WikiProcessors | TracSyntaxColoring for more...