Skip to content

Commit

Permalink
less for bug reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 26, 2024
1 parent 40a48bb commit 1e7a21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/bylaws/bug-report-was-rewarded.liquid
Original file line number Diff line number Diff line change
@@ -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")
)

1 comment on commit 1e7a21e

@0crat
Copy link

@0crat 0crat commented on 1e7a21e Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 It is not a good idea to push directly to the default branch master. You've earned -16 points. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice. Your running balance is -35.

Please sign in to comment.