This widget will help you advertise that you support Gitcoin bounties, so that your community knows the best place to contribute and earn ETH
Repos that have this widget can expect to see 35% more interest in their repo's bounties
Place the following code into your repo readme:
<a href="https://gitcoin.co/explorer?q=YOUR_REPO_NAME">
<img src="https://gitcoin.co/funding/embed?repo=https://github.com/YOUR_ORG_NAME/YOUR_REPO_NAME">
</a>
Make sure to replace the YOUR_ORG_NAME
and YOUR_REPO_NAME
text with your org and repo names!
Example:
<a href="https://gitcoin.co/explorer?q=gitcoinco">
<img src="https://gitcoin.co/funding/embed?repo=https://github.com/gitcoinco/web">
</a>