From 282b7a2606d2b5213f4ab5c2d96497878ae4d71b Mon Sep 17 00:00:00 2001 From: erciccione Date: Fri, 7 May 2021 20:59:34 +0200 Subject: [PATCH] docs: clarify further the requisite to be awarded a bounty (#52) --- docs/bounties.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/bounties.md b/docs/bounties.md index 79a0c172d3..32bdeb5a3f 100644 --- a/docs/bounties.md +++ b/docs/bounties.md @@ -11,4 +11,11 @@ We use bounties to incentivize development. To receive a bounty, you agree to th - If a big number of bounties is claimed at the same time, the maintainers might opt for sending all the rewards on a specific day of the month instead of right after resolution. - If the bounty is in dollars, the contributor will receive the amount in Monero according to the value of XMR at the moment the issue was practically resolved, so in the moment the maintainers accept the last patch resolving the issue. +You are also required to follow these styling guidelines: + +- Be verbose. Remember this is collaborative development and we need to make life as easy as possible for future developers and for the current maintainers. Pull requests should contain as many details as possible about what you are going to change and why. Avoid "title only" PRs, unless they are self-explanatory. +- Pull requests should contain one single commit, unless it makes sense to have more. Please become familiar with git if you are not. +- All formatting needs to be consistent with the current code. +- Changes must be done 'the right way'. No hacks to make things work, if you are having issues, let the other devs know, so that we can help you out. + We want to keep the system simple and flexible, but we will add new rules or edit existing ones if necessary. \ No newline at end of file