Code review features for Github on Chrome.
- Download the github-reviews.user.js file
- Open the Chrome Extensions page and drag the .js file to it.
- Go to GitHub.com. You should be asked for your access token.
- Type in your access token.
To create your access token:
curl https://api.github.com/authorizations -d "{\"scopes\":[\"repo\"]}" -u YOUR-GITHUB-USER-NAME
Then enter your password. You should get some JSON back. Your access token will be in the field named "token".
You can manage your tokens through the GitHub web interface.
- Download the jira-reviews.user.js file
- Open the Chrome Extensions page and drag the .js file to it.
- Go to your JIRA RapidBoard. You should be asked for your access token.
- Type in your access token.
- You should be asked for your GitHub organization name.
- Type in your GitHub organization name.