Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 414 Bytes

File metadata and controls

20 lines (13 loc) · 414 Bytes

issue-pane

Issue tracker and bug editor pane, very configurable. Solid pane compatible At the moment to start a tracker you have to configure the config file in turtle.

Would be good create a mintNew method to allow new ones to be created in the UI.

Testing Guide

Running Tests

Only ESlint is active on this repo.

# Run linting only
npm run lint

# Auto-fix linting issues
npm run lint-fix