oviohub / github-story-points

Browser extension to see story points in GitHub projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Browser extension to add story points to GitHub projects

Install

Usage

Add story points to your project board easily.

  • For issues, either create your issue with a title starting with [Xpt] or simply add a label sp: X.
  • For cards, simply add a point estimate in the body using the [Xpt] format.

GitHub Story Point will count them for you and even show Closed/Total.

NOTE - For each task/card, GSP will only count the first point estimate it can find.

Example

Demo

You can try demo project after you installed the extension.

Develop

To develop locally on Chrome:

  • Build your extension using yarn build.
  • Go to chrome://extensions/ and activate the developer mode (tutorial here ).
  • Finally, click Load unpacked and add the folder to the extension.
  • If you make changes, you can simply reload the extension using the reload button in chrome://extensions/

Deploy to Chrome and Firefox

License

MIT

Credits

This extension is built on the great work of Kohei Hasegawa, https://github.com/banyan/github-story-points

About

Browser extension to see story points in GitHub projects

License:MIT License


Languages

Language:TypeScript 91.8%Language:JavaScript 8.2%