From 8f800ece85a765113dfa4924da1c06f56865460c Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 12 Sep 2024 15:57:27 +0200 Subject: [PATCH] docs(website): more info on /contribute (#2765) forgot these as part of #2742
Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [ ] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
--- .../gno.land/r/gnoland/pages/page_contribute.gno | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/gno.land/r/gnoland/pages/page_contribute.gno b/examples/gno.land/r/gnoland/pages/page_contribute.gno index 5c952a7518c..3cdef10d9dc 100644 --- a/examples/gno.land/r/gnoland/pages/page_contribute.gno +++ b/examples/gno.land/r/gnoland/pages/page_contribute.gno @@ -25,7 +25,7 @@ The Gno bounty program is a good way to find interesting challenges in Gno, and Recommendations on participating in the gno.land Bounty Program: -- Identify the bounty you want to work on, and join in the discussion on the issue for anything that is unclear; or where you want to more clearly define the work to be done. At this stage, you can also start working on an initial implementation in your local enviornment,. +- Identify the bounty you want to work on, and join in the discussion on the issue for anything that is unclear; or where you want to more clearly define the work to be done. At this stage, you can also start working on an initial implementation in your local enviornment. - Once you have spent time on the code related to the bounty, we recommend submitting a 'draft' PR as soon as possible. - The draft PR doesn't indicate that the bounty has been assigned to you, others are free to work on other draft PRs for the bounty. - Make sure to reference the bounty issue on the PR description you're writing. @@ -42,6 +42,7 @@ Don't fear your work being "stolen": if a submission is the result of multiple p - If Alice does most of the work and abandons it; then Bob comes around and finishes the job, then Bob's PR will be merged. But the core team will propose a split like 70% for Alice and 30% for Bob (depending, of course, on the relative effort undertaken by both). - If Alice makes a PR that does only 50% of the work outlined in the requirements for the original issue, she will get 50%. Someone can still come up and finish the job; and claim the remaining part. + - If you, for instance, cannot complete the entirety of the task or, as a non-developer, can only contribute a part of the specification/implementation, you may still be awarded a bounty for your input in the contribution. - If Alice makes a PR that aside from implementing what's required, also undertakes creating useful tools among the way, she may qualify for an "outstanding contribution"; and may be awarded up to 25% more of the original bounty's value. Or she may also ask if the team would be willing to offer a different bounty for the implementation of the tools. Participants in the gno.land Bounty Program must meet the legal Terms and Conditions referenced [here](https://docs.google.com/document/d/1aXrZ6japdAykB5FLmHCCeBZTo-2tbZQHSQi79ITaTK0). @@ -65,11 +66,11 @@ t-shirt size | expected compensation _[XXL]_ \* | $ 16000 _[3XL]_ \* | $ 32000 -[XS]: https://github.com/gnolang/gno/labels/bounty%2FXS -[S]: https://github.com/gnolang/gno/labels/bounty%2FS -[M]: https://github.com/gnolang/gno/labels/bounty%2FM -[L]: https://github.com/gnolang/gno/labels/bounty%2FL -[XL]: https://github.com/gnolang/gno/labels/bounty%2FXL +[XS]: https://github.com/gnolang/gno/labels/bounty%2FXS +[S]: https://github.com/gnolang/gno/labels/bounty%2FS +[M]: https://github.com/gnolang/gno/labels/bounty%2FM +[L]: https://github.com/gnolang/gno/labels/bounty%2FL +[XL]: https://github.com/gnolang/gno/labels/bounty%2FXL [XXL]: https://github.com/gnolang/gno/labels/bounty%2FXXL [3XL]: https://github.com/gnolang/gno/labels/bounty%2F3XL @@ -102,5 +103,4 @@ There are a variety of ways to make your contributions count: To start, we recommend you create a PR in the Game of Realms [repository](https://github.com/gnolang/game-of-realms) to create your profile page for all your contributions.` _ = b.NewPost("", path, title, body, "2024-09-05T00:00:00Z", nil, nil) - }