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 (diff) – NEMO

Changes between Version 15 and Version 16 of TicketGuidelines/ModifyTicketSummary


Ignore:
Timestamp:
2017-05-17T02:51:53+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketGuidelines/ModifyTicketSummary

    v15 v16  
    22 * ''Don't change a ticket field without leaving a comment'' 
    33 * ''Don't close or reopen a ticket without a reason'' 
    4  * ''Default notification: updater, owner, reporter, CC'ers and [https://forge.ipsl.jussieu.fr/mailman/listinfo.cgi/nemo_ticket ticket mailing list], except in case of resolution or reopening that all developers will be notified'' 
    5 [[Include(../Included)]] 
     4 * ''Default notification: updater, owner, reporter, CC'ers and [//mailman/listinfo.cgi/nemo_ticket ticket mailing list], except in case of resolution or reopening that all developers will be notified'' 
     5 
     6''Editing tips'' 
     7 
     8{{{#!table class="" 
     9{{{#!td style="vertical-align: top;" 
     10* ''Use of 'textarea' view in the editing frame is highly recommended instead of 'wysiwyg' view\\(autocomplete feature for links, macros & processors with contextual help)''\\''See TracLinks, WikiMacros, WikiProcessors, TracSyntaxColoring for more...'' 
     11}}} 
     12{{{#!td rowspan="2" style="vertical-align: top;" 
     13* ''Include a highlighted code block'' 
     14  * ''Fortran'' 
     15    {{{ 
     16       {{{#!f 
     17       ... 
     18       }}} 
     19    }}} 
     20  * ''SVN diff'' 
     21    {{{ 
     22       {{{#!diff 
     23       ... 
     24       }}} 
     25    }}} 
     26}}} 
     27{{{#!td rowspan="2" style="vertical-align: top;" 
     28* ''Include a repository file with syntax highlighting'' 
     29  * ''Totally'' 
     30          {{{ 
     31             [[MacroChain(Include(source:/branches/2015/nemo_v3_6_STABLE/NEMOGCM/...), mimetype/processor]] 
     32             [[MacroChain?]] to display help in preview 
     33          }}} 
     34  * ''Partially'' 
     35          {{{ 
     36             [[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/..., start=, end=, line_numbers=0)]] 
     37             [[IncludeSource?]] to display help in preview 
     38          }}} 
     39}}} 
     40|- 
     41{{{#!td style="vertical-align: top;" 
     42* ''Display an image'' 
     43      {{{ 
     44         [[Image(name, width=, align=)]] 
     45         [[Image?]] to display help in preview 
     46      }}} 
     47}}}