diff --git a/assets/bylaws/bug-report-was-rewarded.liquid b/assets/bylaws/bug-report-was-rewarded.liquid index 5a7d696..3ff0f4a 100644 --- a/assets/bylaws/bug-report-was-rewarded.liquid +++ b/assets/bylaws/bug-report-was-rewarded.liquid @@ -1,7 +1,7 @@ (award (explain "When a bug is reported and accepted by the team, the reporter gets a bonus") (aka - (let bonus {{ 8 | times: love }}) + (let bonus {{ 4 | times: love }}) (give bonus "as a basis") "award ${bonus} points") )