pull-requests

Show Pull Request comments inside Atom

philschatz

5,500

25

3.1.0

MIT

GitHub

This package consumes the following services:

pull-requests package for Atom gh-board

View/Edit comments on a Pull Request directly inside the Atom Editor.

atom-pull-requests

Annoyed when someone litters your elegant code with "comments", and "suggestions"? and then you have to sift through all the files in your text editor to find the right place? Fear no more!

Setup

GitHub restricts talking to their API. You can view public repositories without having to authenticate against GitHub but will be limited to 60 requests per hour.

If you want to look at private repositories or are requesting more than 60 times per hour, you can create a token at https://github.com/settings/tokens and set that in the plugin config.

TODO

Atom API Suggestions

atom-community/linter suggestions

Config

For private repositories you need to create a token @ github:

  1. Go to https://github.com/settings/tokens and create a new token
  2. Open your config.cson
  3. Add this snippet (replacing 'my-git-token' with the token you created
  "pull-requests":
    githubAuthorizationToken: "my-git-token"