aboutsummaryrefslogtreecommitdiffstats
path: root/.be
diff options
context:
space:
mode:
Diffstat (limited to '.be')
-rw-r--r--.be/settings20
1 files changed, 13 insertions, 7 deletions
diff --git a/.be/settings b/.be/settings
index 47dda13..331e353 100644
--- a/.be/settings
+++ b/.be/settings
@@ -1,7 +1,13 @@
-
-
-
-rcs_name=bzr
-
-
-
+rcs_name: bzr
+
+severities:
+- name: wishlist
+ description: A feature that could improve usefulness, but not a bug.
+- name: minor
+ description: The standard bug level.
+- name: serious
+ description: A bug that requires workarounds.
+- name: critical
+ description: A bug that prevents some features from working at all.
+- name: fatal
+ description: A bug that makes the package unusable.