Awesome
PR Welcome Badge
Display the count of issues that are contribution-friendly, i.e., those that have labels such as "help wanted" or "good first issue".
Usage
The badge URL format is https://badgen.net/https/pr-welcome-badge.vercel.app/api/badge/${repo}
E.g. https://badgen.net/https/pr-welcome-badge.vercel.app/api/badge/fastify/help
How to generate a markdown badge
Online
Check out https://pr-welcome-badge.vercel.app
Manual
First of all, go to the API https://pr-welcome-badge.vercel.app/api/badge/${repo} to see the issuesUrl
,
Then use the below snippet to link the badge to the issuesUrl
.
[![PR Welcome Badge](https://badgen.net/https/pr-welcome-badge.vercel.app/api/badge/${repo})](${issuesUrl})