|
| 1 | +import { Callout } from "nextra/components"; |
| 2 | + |
| 3 | +# Reputation System |
| 4 | + |
| 5 | +Githoney uses a reputation system to recognize and reward contributions from both maintainers and contributors. Your reputation score helps build trust and showcase your track record on the platform. |
| 6 | + |
| 7 | + |
| 8 | +## How It Works |
| 9 | + |
| 10 | +- Three Roles, Three Scores: Users have separate reputation scores for their roles as contributors, maintainers and sponsors. |
| 11 | +- Earning Points: You earn points for completing bounties, creating bounties that get fulfilled, and sponsoring bounties. |
| 12 | +- Losing Points: You might lose points for uncompleted claimed bounties, missed deadlines, or other actions that negatively impact the community. |
| 13 | + |
| 14 | +## Reputation Changes |
| 15 | + |
| 16 | +Here's a breakdown of how reputation points are calculated for different actions: |
| 17 | + |
| 18 | +- On Merge (Bounty Completed) |
| 19 | + - Maintainer (Bounty Creator): |
| 20 | + - +5 points for creating the bounty |
| 21 | + - +5 points for successful completion |
| 22 | + - +1 point for every 100 ADA deposited in the bounty |
| 23 | + - Contributor: |
| 24 | + - +10 points for completing the bounty |
| 25 | + - +1 point for their current streak level (0 to 3) |
| 26 | + - +1 point for every 100 ADA in the bounty |
| 27 | + - Sponsor: |
| 28 | + - +1 point for the bounty being completed |
| 29 | + - +1 point for every 100 ADA they sponsored |
| 30 | +- On Close (A Claimed Bounty Closed without Merge) |
| 31 | + - Maintainer: -10 points |
| 32 | +- On Deadline (A Claimed Bounty Expires) |
| 33 | + - Contributor: |
| 34 | + - -5 points for not completing the bounty |
| 35 | + - -1 point for every 200 ADA in the bounty |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +<Callout type="info"> |
| 40 | + |
| 41 | +This is the initial version of the reputation system, and it will evolve based on community feedback and usage patterns. |
| 42 | + |
| 43 | +</Callout> |
0 commit comments