An open API service indexing awesome lists of open source software.

https://github.com/solidos/issue-pane

Issue tracker and bug editor pane, very configurable. Solid pane compatible
https://github.com/solidos/issue-pane

running-code

Last synced: 18 days ago
JSON representation

Issue tracker and bug editor pane, very configurable. Solid pane compatible

Awesome Lists containing this project

README

          

# 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.

```bash
# Run linting only
npm run lint

# Auto-fix linting issues
npm run lint-fix
```