There is a lot of project management that can be simplified through story points. This project aims to add story points to the GitHub board via browser extension for Firefox (and Chrome in the future).
To get started, take a look at the Installation steps to install. Then review our Resources/Instuctions to find steps to use the extension.
In development
The project is currently in development. As such the current installation has not been vetted by the FireFox board and is not downloadable via the FireFox addon website. Please download and use this at your discretion.
Steps to download the addon:
- Prereqs:
- Visit this page.
- Click the link to download.
- Click Continue to installation.
- Click Add.
- Click Okay.
- (optional) If at a later time, you wish to delete the extension, please visit this link for the latest instructions.
For instructions on how to use the extension, visit this site.
Although the application embeds user input into the DOM, it does so through .textContent
which specifically escape strings. Visit this link to learn more on escaping HTML embeds.