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

https://github.com/iphydf/js-bugz

TokTok issue and pull request management bot
https://github.com/iphydf/js-bugz

github javascript probot toktok

Last synced: 3 months ago
JSON representation

TokTok issue and pull request management bot

Awesome Lists containing this project

README

          

# bugz

> A GitHub App built with [Probot](https://github.com/probot/probot) for
> TokTok bug and pull request management

## Setup

```sh
# Install dependencies
npm install

# Run with hot reload
npm run build:watch

# Compile and run
npm run build
npm run start
```

## Contributing

If you have suggestions for how bugz could be improved, or want to report a
bug, open an issue! We'd love all and any contributions.