From 278122ca6c69a3725f82099a79ddfe9cb17b5a42 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Mon, 24 Jul 2023 16:39:09 +1000 Subject: [PATCH 1/2] Fix punctuation --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e278218..4f0e68a 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ # Waku Bounties -In an effort to make the Waku community more inclusive towards contribution - we encourage the community members to get rewarded by completing bounties. Bounties are a way to incecntivize community contributions for certain tasks that can positively impact Waku. +In an effort to make the Waku community more inclusive towards contribution - we encourage the community members to get rewarded by completing bounties. +Bounties are a way to incentivize community contributions for certain tasks that can positively impact Waku. ### Available bounties -The currently available bounties are listed [here](https://github.com/waku-org/bounties/labels/approved) -All the bounties with 'open' and 'approved' labels are available +The currently available bounties are listed [here](https://github.com/waku-org/bounties/labels/approved). +All the bounties with 'open' and 'approved' labels are available. + ### Applying for a bounty -Bounty applications are done through GitCoin (WIP) +Bounty applications are done through GitCoin (WIP). ### Propose a new bounty -Do you have a bounty propsal that can positively contribute to Waku's growth? [Create a new Waku bounty proposal here](https://github.com/waku-org/bounties/issues/new?assignees=hackyguru&labels=&projects=&template=new-bounty.md&title=%5BBOUNTY%5D+%3CTitle+of+the+bounty%3E) +Do you have a bounty proposal that can positively contribute to Waku's growth? [Create a new Waku bounty proposal here](https://github.com/waku-org/bounties/issues/new?assignees=hackyguru&labels=&projects=&template=new-bounty.md&title=%5BBOUNTY%5D+%3CTitle+of+the+bounty%3E). ### Have a question? From 9c7399a42bec28019f40d9dd891d130130e7cbfe Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Mon, 24 Jul 2023 16:55:20 +1000 Subject: [PATCH 2/2] Update template - Organize the bounty related section under "Bounty" title. - Move "Rewards" to the top - Add a "Context" section as once the bounty is posted, the context of the repo may be missing. - Mention the T&Cs. - Added "Application Evaluation" section to clarify how we review applicants. - Pre-fill some sections --- .github/ISSUE_TEMPLATE/new-bounty.md | 60 +++++++++++++++++++++------- 1 file changed, 45 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-bounty.md b/.github/ISSUE_TEMPLATE/new-bounty.md index 399cf0a..395aa1d 100644 --- a/.github/ISSUE_TEMPLATE/new-bounty.md +++ b/.github/ISSUE_TEMPLATE/new-bounty.md @@ -7,30 +7,60 @@ assignees: hackyguru --- -### Bounty summary +## Context - + + +Waku Is Uncompromising Web3 Communication at Scale. +A family of robust, censorship-resistant communication protocols, designed to enable privacy-focused messaging for web3 apps. + +The JavaScript implementation of Waku, [js-waku](https://github.com/waku-org/js-waku/), enables web apps to utilize the Waku network for off-chain message transmission. + +Disclaimer: Waku is **experimental**, you may find blocking issues while developing your web app. We will prioritize their resolution to unblock you, which means you may have to pause development until done. +Thank you for your patience and understanding. + +**Your participation in this bounty is subject to your acceptance of our terms and conditions.** + +## Rewards + + + +## Application Evaluation + + + +To ensure you are selected for this bounty, provide the following information: + +- Describe the approach you will take to tackle the bounty. +- A timeline within which you expect to deliver the bounty. +- Any previous relevant work you have done. + +## Bounty + + ### Impact - - -### Timeline - - + ### Deliverables - + -### Rewards +### Acceptance Criteria - - -### Evaluation criteria - - + ### Resources - + + +Learn more about Waku at https://docs.waku.org/. +Join our Discord to get support at https://discord.waku.org/. +Various examples available at https://github.com/waku-org/js-waku-examples/.