Skip to content

cakecatz/github-comment-suggest

Repository files navigation

github-comment-suggest

Enable comment suggestion on GitHub's comment form.

Usage

Set suggestion list at Extension options pages.

Example

[
  {
    "name": "/command",
    "description": "This command is awesome."
  }
]

Build

npm install
npm run build

Packaging

npm run pack