Changes between Initial Version and Version 1 of RFC/5_Errata


Ignore:
Timestamp:
Mar 19, 2016, 3:08:07 AM (8 years ago)
Author:
marisn
Comment:

First draft of GRASS GIS errata framework

Legend:

Unmodified
Added
Removed
Modified
  • RFC/5_Errata

    v1 v1  
     1[[TOC]]
     2= RFC 5: GRASS GIS Errata =
     3
     4Author of the first draft: Māris Nartišs
     5
     6Status: Early draft (19 Mar 2016)
     7
     8== Introduction ==
     9
     10GRASS GIS is widely used in scientific, private and government sector. Scientific theories, environmental decisions and actions depend on the outcome of spatial analysis performed with GRASS GIS. Any errors in analytical modules might lead to erroneous conclusions and actions based on them. This RFC provides a framework of documenting and spreading information on analysis inaccuracies caused by errors in GRASS GIS code.
     11
     12== Overall process ==
     13
     141. Any bug reporter or developer can nominate a bug for escalating to GRASS GIS erratum issue. Nomination is done by adding a notice to bug at bug tracker or discussing directly at  developer mailing list. Any nomination is discussed in developer mailing list to gather necessary information on it's scope, impact, causes and solutions.
     15
     162. GRASS PSC evaluates nomination based on information provided by bug report, discussion in developer mailing list and/or other sources. PSC makes a final decision if nominated bug matches criteria of issuing a GRASS GIS erratum.
     17
     183. A draft of erratum text is made in a designated area of developer wiki (issue tracker) holding texts of all published GRASS GIS errata.
     19
     204. After a review of at least one more person, the erratum is marked as final one and spread via communication channels.
     21
     22=== Evaluation criteria ===
     23
     24* Bug must be present in an official GRASS GIS release.
     25* Bug must cause generation of incorrect analysis results that are not so easy to notice.
     26Module crashes or bugs causing easy to identify incorrect results should not be given an erratum. Examples of possible erratum worth bugs are single cell shift of raster result, not enough randomness of expected random module output, loss of output precision due to incorrect floating point handling etc.
     27
     28=== Content and life cycle of an Erratum ===
     29
     30GRASS GIS Erratum message should contain following elements:
     31* it's number;
     32* date of issue;
     33* name(s) of affected module(s);
     34* information about affected release(s);
     35* a short description of problem;
     36* steps resulting in incorrect output (i.e. specific input parameter combination);
     37* current state of problem (in progress, fixed for release x.y.z);
     38* references to bug report (Trac bug number), developer mailing list thread;
     39* any other information relevant to erratum.
     40
     41GRASS GIS errata might receive updates, if it's found to be necessary
     42(i.e. notice of fixing issue, issue scope update etc.).
     43
     44=== Spreading the word ===
     45
     46All GRASS GIS errata texts should be available at two places - developer wiki (Trac) and ERRATA file of any upcoming release.
     47Errata should be listed in time descending order (latest on the top).
     48
     49If the erratum was based on a bug report in issue tracker, a notice to the issue report should be added.
     50
     51Announcement of the erratum should be sent out to XXXX mailing list.