Skip to content

accurat/octopal

Repository files navigation

Accurat OctoPal

A Chrome extension that helps you following Accurat's GitHub workflow

Chrome Web Store

Features

  • Add Add sub-issue button
  • Show inline issue description in PRs

Develop

Run

yarn start

then

  • open Chrome to chrome://extensions
  • enable the Developer mode (toggle on the top right)
  • click on Load unpacked
  • select the build directory

Publish to Chrome store

Change the version in src/manifest.json and then run

yarn publish-webstore

Chrome Webstore Upload setup info