Skip to content

yukihirop/github-stocked-comments

Repository files navigation

Github Stocked Comments

babel

This app is a chrome extension for stock issue comments in GitHub.

Feature

If you use this chrome extension, the following will happen to your GitHub.

  1. A Stocked button will be added to all issue comments.
  2. The Stocked Comments link is added to the navbar of GitHub.
  3. When you click Stocked Comments, the page will be displayed.

like this:

Install

Install the extension from Chrome Web Store.

Usage

  1. Click Stocked on issuecomment.

  1. Click Stocked Comments on navbar.

  1. What you stocked is displayed.

Development

$ yarn
$ # authorized
$ echo 'CLIENT_ID=set GitHub app client id' >> ./env
$ echo 'CLIENT_SECRET=set GitHub app client secret' >> ./env
$ yarn dev   # for development
$ yarn build # for production

Register Oauth App for Authorization from here

License

The chrome extension is available as open source under the terms of the MIT License.

Declaration

The author is not responsible for any damage caused by using this chrome extension. Please use at your own risk.

Contributing

  1. Fork it ( http://github.com/yukihirop/github-stocked-comments/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request