Quijis is a Chrome extension to create Jira tasks with errors log and video recording.
Install it through the Chrome web store
- Install all depencencies
- Clone the dev branch. All PRs must be submitted to this branch
- Run
npm install
- In Chrome go to
chrome://extensions/
- Enable developer mode
- Click the Load unpacked extension button
- Select the app folder
Any time you make a change go back to chrome://extensions/
and refresh the extension
For more information on developing Chrome extensions visit the official docs
This project follows the Airbnb JavaScript Style Guide. Use npm run lint
to run the linter
Tests can be run with npm run test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.