From 220a1f9644adaecede361ca3aea114a2f9aa1c27 Mon Sep 17 00:00:00 2001 From: erciccione Date: Mon, 12 Sep 2022 11:51:06 +0200 Subject: [PATCH] fixes to bounties docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bounties.md: use XMR instead of ɱ labeller: fix link to bounties.md --- .github/workflows/label.yml | 2 +- docs/bounties.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 80c385bc..e365e913 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -22,4 +22,4 @@ jobs: If you are starting to work on this bounty, please write a comment, so that we can assign the issue to you. We expect contributors to provide a PR in a reasonable time frame or, in case of an extensive work, updates on their progresses. We will unassign the issue if we feel the assignee is not responsive or has abandoned the task. - Read the [full conditions and details](https://github.com/erciccione/haveno/blob/master/docs/bounties.md) of our bounty system. + Read the [full conditions and details](https://github.com/haveno-dex/haveno/blob/master/docs/bounties.md) of our bounty system. diff --git a/docs/bounties.md b/docs/bounties.md index de744a11..31dd5256 100644 --- a/docs/bounties.md +++ b/docs/bounties.md @@ -5,8 +5,8 @@ We use bounties to incentivize development and reward contributors. All issues a To receive a bounty, you agree to these conditions: - Your changes must follow the [styling guidelines](CONTRIBUTING.md). -- Bounties will be set and awarded at discretion of the Haveno core team. -- The issues eligible for a bounty are labelled '💰bounty' and have the amount of the bounty specified in the title in this form: `[$200]` if in dollars or `[ɱ20]` if in Monero. +- Bounties will be set and awarded in XMR at discretion of the Haveno core team. +- The issues eligible for a bounty are labelled '💰bounty' and have the amount of the bounty specified in the title in this form: `[$200]` if in dollars or `[1 XMR]` if in Monero. - An issue is considered resolved when the patch(es) proposed by the contributor is/are merged in the appropriate repository according to terms of the issue. - The first person who resolves an issue in its entirety will receive the entire amount of the bounty. - If the issue is resolved collaboratively by more than one person, the reward will be distributed among the contributors at discretion of the Haveno core team.