From: Emmanuel Pescosta Date: Thu, 26 Feb 2015 13:37:18 +0000 (+0100) Subject: added .reviewboardrc X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/05de88f9fd874a3c553997d1e295a9929325bbde added .reviewboardrc --- diff --git a/.reviewboardrc b/.reviewboardrc new file mode 100644 index 000000000..144248623 --- /dev/null +++ b/.reviewboardrc @@ -0,0 +1,9 @@ +# the whole file must be valid python code +# for detail documentation, see http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/ + +REVIEWBOARD_URL = "https://git.reviewboard.kde.org" +TARGET_GROUPS = "dolphin" +REPOSITORY = "dolphin" + +GUESS_FIELDS = True +OPEN_BROWSER = True