Updated readme.md
Updated all the references, links and some grammar and style to reflect recent updates to both the names and work flow of this product.
This commit is contained in:
parent
f8f0705ee6
commit
84a665f35e
22
readme.md
22
readme.md
|
@ -1,17 +1,17 @@
|
|||
# Aragon Autobounty <img align="right" src="https://github.com/aragonone/issues/blob/master/logo.png" height="80px" />
|
||||
# Status OpenBounty Autobounty <img align="right" src="https://github.com/status-im/autobounty/blob/master/status.png" height="80px" />
|
||||
|
||||
#### Aragon Autobounty bot for CommitETH
|
||||
A Github bot that will automatically fund issues that are tagged with **[bounty](https://github.com/aragon/aragon-core/labels/bounty)**.
|
||||
These bounties will use [CommitETH](http://commiteth.com) to incentivize community members to participate and contribute to the development of Aragon.
|
||||
#### Status Autobounty bot for OpenBounty
|
||||
A Github bot that will automatically fund issues that are labelled with **[bounty](https://github.com/status-im/status-react/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Abountyy)**.
|
||||
These bounties will use [Status OpenBounty](https://openbounty.status.im/) to incentivize community members to participate and contribute to the development of Open Source Software projects like Status, Riot and Aragon.
|
||||
|
||||
Open source is awesome, but it is also hard work that needs to be rewarded to ensure top quality work, and that everyone in the world gets a fair chance to do it.
|
||||
Open source is awesome, but it is also hard work that needs to be rewarded to ensure top quality work. It's also important that everyone in the world gets a fair chance to do it.
|
||||
|
||||
#### 🦋 We at Aragon are using [CommitETH](http://commiteth.com) to reward open source contributions outside the Aragon Core team.
|
||||
All issues tagged with **[bounty](https://github.com/aragon/aragon-core/labels/bounty)** are eligible for a bounty on a succesfully merged Pull Request that solves the issue. Even if the bounty says 0 ETH, if it has the **bounty** label, it is higher than 0 ETH, this bot is created to automate this process of funding these issues so contributors can be rewarded accordingly.
|
||||
#### 🦋 We at Status, Aragon and Riot are using [OpenBounty](https://openbounty.status.im/) to reward open source contributions outside our Core teams.
|
||||
All issues tagged with **[bounty](https://github.com/status-im/status-react/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Abounty)** are eligible for a bounty on a succesfully merged Pull Request that solves the issue. Currently bounties have to be funded one after the other and manually by a real human being. This bot's purpose in life is therefore to create and automate the process of funding issues so that contributors can be rewarded accordingly.
|
||||
|
||||
#### The process
|
||||
|
||||
- An **[issue](https://github.com/aragon/aragon-core/issues)** is created at the repo
|
||||
- Issue is labeled with **[bounty](https://github.com/aragon/aragon-core/labels/bounty)**
|
||||
- [CommitETH](http://commiteth.com) bot adds a bounty to the issue and it is displayed in the issue's comments
|
||||
- This autobounty bot automatically funds that issue with a set amount of Ether, so when a successful Pull Request is merged, the contributor is paid that amount for their work.
|
||||
- An **[issue](https://github.com/status-im/status-react/issues)** is created at the repo
|
||||
- Issue is labeled with **[bounty](https://github.com/status-im/status-react/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Abounty)**
|
||||
- [Status OpenBounty](https://openbounty.status.im/) bot adds a bounty to the issue and it is displayed in the issue's comments
|
||||
- This autobounty bot automatically funds that issue with a set amount of Ether based on another label decribing the size of the bounty based roughly on how many hours the team feels it will take to complete * the rate per hour they are willing to pay. When a successful Pull Request is merged, the contributor is paid that amount for their work autonomously, transparently and programmatically by the smart contract itself - no middle men involved at all.
|
||||
|
|
Loading…
Reference in New Issue