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 17 (modified by nicolasmartin, 7 years ago) (diff)

--

Guidelines for new ticket:

  • No support requests for installation here
  • Check whether a similar issue has already been reported, a simple search can be done by typing a keyword in the 'Summary' field
  • Notification: set your email in your profile (see Preferences), add registered users or external users with their emails in the 'Cc' field (later obfuscated).
  • 'Summary' and 'Description' are mandatory fileds, 'Keywords' field is highly recommend for further querying with Tags engine.

Editing tips

  • Include a highlighted code block
    • Fortran
         {{{#!f
         ...
         }}}
      
    • SVN diff
         {{{#!diff
         ...
         }}}
      
  • Include a repository file with syntax highlighting
    • Totally
         [[MacroChain(Include(source:/branches/2015/nemo_v3_6_STABLE/NEMOGCM/...), mimetype/processor]]
         [[MacroChain?]] to display help in preview
      
    • Partially
         [[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/..., start=, end=, line_numbers=0)]]
         [[IncludeSource?]] to display help in preview
      
  • Display an image
       [[Image(name, width=, align=)]]
       [[Image?]] to display help in preview