summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 640f92b97..e6cb16ac8 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -844,6 +844,14 @@ Reason: %reason%
},
{
+ name => 'commentoncreate',
+ desc => 'If this option is on, the user needs to enter a description ' .
+ 'when entering a new bug',
+ type => 'b',
+ default => 0
+ },
+
+ {
name => 'commentonaccept',
desc => 'If this option is on, the user needs to enter a short comment if ' .
'he accepts the bug',