-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit external evaluations to one at a time.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ Grant applications can be [amended](https://grants.web3.foundation/docs/Process/ | |
|
||
## :ballot_box_with_check: External Evaluations | ||
|
||
As part of the grant program, we allow everyone to participate in the evaluation process of submitted milestones. Successfully merged external evaluations will receive **up to 15 KSM**, depending on the quality and depth of the evaluation. The payout will be sent to their Kusama identity address. *You can evaluate as many deliveries as you like.* | ||
As part of the grant program, we allow everyone to participate in the evaluation process of submitted milestones. Successfully merged external evaluations will receive **up to 15 KSM**, depending on the quality and depth of the evaluation. The payout will be sent to their Kusama identity address. *You can evaluate as many deliveries as you like, but only one at a time.* | ||
|
||
|
||
### Requirements | ||
|
@@ -47,7 +47,7 @@ As part of the grant program, we allow everyone to participate in the evaluation | |
|
||
### Process | ||
|
||
1. Let the [Grants Team](https://grants.web3.foundation/docs/Introduction/team#w3f-grants-evaluators) know that you are intending to work on an external evaluation, either by commenting on the milestone pull request in question, by submitting a draft PR with a reference to the milestone PR, by [email](mailto:[email protected]?subject=External%20Evaluation) or [Matrix](https://matrix.to/#/!XpynPDLusWUWfDpaqr:matrix.org?via=web3.foundation). | ||
1. Let the [Grants Team](https://grants.web3.foundation/docs/Introduction/team#w3f-grants-evaluators) know that you are intending to work on an external evaluation (no more than one at a time, please!), either by commenting on the milestone pull request in question, by submitting a draft PR with a reference to the milestone PR, by [email](mailto:[email protected]?subject=External%20Evaluation) or [Matrix](https://matrix.to/#/!XpynPDLusWUWfDpaqr:matrix.org?via=web3.foundation). | ||
2. [Fork](https://github.com/w3f/Grant-Milestone-Delivery/fork) this repository. | ||
3. In the newly created fork, create a **copy** of the evaluation template ([`evaluations/evaluation-template.md`](evaluations/evaluation-template.md)). | ||
4. Name the file `project-name_milestone-number_your-github-username.md`. | ||
|