Changes between Version 24 and Version 25 of doc/tec/developerrules


Ignore:
Timestamp:
Jan 8, 2021 3:48:01 PM (3 years ago)
Author:
eckhard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/developerrules

    v24 v25  
    33Only authorized users are allowed to commit changes to the repository.
    44
    5 '''1. Make sure your code complies to the [wiki:doc/tec/developerrules/palmstandard PALM coding standard].''' Strict rules apply to formatting of the PALM FORTRAN code.  [[BR]] [[BR]]
     5'''1. Make sure your code complies with the [wiki:doc/tec/developerrules/palmstandard PALM coding standard].''' Strict rules apply for formatting PALM Fortran and Python code.  [[BR]] [[BR]]
    66'''2. Change source code in your current working copy and document all changes in the respective file headers''' under "{{{Current revisions:}}}". Additionally, all changes might be documented in a local file (e.g. {{{~/palm/current_version/CURRENT_MODIFICATIONS}}}), including the names of those files that have been changed. Classify changes in three cases, new (N), changed (C), and bugfix (B). Try to be as short and as precise as possible in describing the changes! [[BR]] [[BR]]
    77'''3. Test the changed version, until it works sufficiently.''' Starting with r2515 the script {{{palmtest}}} is available which can be used to test the current state of the trunk ([wiki:doc/tec/testsuite details] about palmtest). [[BR]] [[BR]]