A browser extension that shows contributor information on pull requests, including whether it's a user's first contribution.
- Shows the number of Issues/PRs a user has made to a specific repository, org, account
-
Displays "First-time contributor" badge for new contributorsdoes this now! - Works on any page with pull requests or issues
- Data is cached for better performance
- Clone or download this repository
- Go to
chrome://extensions/
- Enable "Developer mode" in the top-right corner
- Click "Load unpacked"
- Select the
src
folder from this repository
- Clone or download this repository
- Go to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on…"
- Select the
manifest.json
file in thesrc
folder
Once installed, the extension works automatically when you visit pull requests or issues. It injects contributor information inline, showing the number of PRs a user has made to that specific repository.
You can click on 🔄
to refresh the data if needed (data is cached in browser storage).
- Without auth: 60 req/hr
- With auth: 5k req/hr
- Create a token at Settings > Developer settings > Personal access tokens
- For public repos: Select the
public_repo
permission - For private repos: Select the
repo
permission - Copy/paste token in the options
.com/*/*
: Allows extension to inject data into pagesapi..com/*
: Fetch issue/PR data from 's APIstorage
: Stores your access token and caches user PR data
MIT