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