Added a "meta" file, explaining administrative procedures for bug handling
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 18 Mar 2016 10:14:20 +0000 (11:14 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 18 Mar 2016 10:14:20 +0000 (11:14 +0100)
Bug-administration [new file with mode: 0644]

diff --git a/Bug-administration b/Bug-administration
new file mode 100644 (file)
index 0000000..d6a5348
--- /dev/null
@@ -0,0 +1,17 @@
+Bugs and feature requests in PSPP are handled by the bug database
+at http://sv.gnu.org/bugs/?group=pspp
+
+We use the following conventions for classiying / ranking bugs:
+
+Relase: 
+* Bugs which we think must be fixed before a release get their "Release" field set accordingly. 
+* Bugs which need not be fixed before any particular release, get their "Release" field set to "Future". 
+* Bugs where we have not get decided are left at "None". 
+
+Severity:
+* Feature requests have their "Severity" field set to "Wishlist". 
+* Bugs which cause a crash or other unwanted effects when incorrect input is given are "Average". 
+* Bugs which cause a crash when correct input is given are "Major" 
+* Bugs which render the software unusable are "Blocker" 
+
+Obviously some cases are unclear and judgement has be be used.