[gnome-software] trivial: Reduce the required review summary and the time required



commit 449536b3808f003ac5eec3f28614853fba03ac3b
Author: Richard Hughes <richard hughsie com>
Date:   Thu Feb 11 17:16:49 2016 +0000

    trivial: Reduce the required review summary and the time required

 src/gs-review-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-review-dialog.c b/src/gs-review-dialog.c
index a489029..a00dc9e 100644
--- a/src/gs-review-dialog.c
+++ b/src/gs-review-dialog.c
@@ -31,8 +31,8 @@
 #define DESCRIPTION_LENGTH_MAX         3000    /* chars */
 #define DESCRIPTION_LENGTH_MIN         60      /* chars */
 #define SUMMARY_LENGTH_MAX             70      /* chars */
-#define SUMMARY_LENGTH_MIN             15      /* chars */
-#define WRITING_TIME_MIN               20      /* seconds */
+#define SUMMARY_LENGTH_MIN             10      /* chars */
+#define WRITING_TIME_MIN               5       /* seconds */
 
 struct _GsReviewDialog
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]