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/NewTicketSummary – NEMO
wiki:TicketGuidelines/NewTicketSummary

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

--

Guidelines for new ticket

  • No support requests for installation here, use this dedicated forum instead
  • Check whether a similar issue has already been reported, a simple search on tickets can be done by typing a keyword in the 'Summary' field
  • Notification: set your email in your profile (see Preferences), add in the 'Cc' field usernames or emails (hidden later).
  • 'Summary' and 'Description' are mandatory fields, 'Keywords' field is highly recommend for further querying with Tags engine.

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...