Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitbook-plugin-create-issue

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-create-issue

Gitbook plugin for reporting issues on github

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

gitbook-plugin-create-issue

This GitBook plugin adds a button to the toolbar and lets the user report an issue and creates it for you on GitHub.

How to use

Configure the plugin in your book.json:

{
  "plugins": ["create-issue"],
  "pluginsConfig": {
    "create-issue": {
      "label": {
        "en": "Report issue",
        "de": "Fehler melden"
      },
      "labelSubmitButton": {
        "en": "Submit",
        "de": "Erstellen"
      },
      "labelCancelButton": {
        "en": "Cancel",
        "de": "Abbrechen"
      },
      "placeholder": {
        "title": {
          "en": "Title",
          "de": "Titel"
        },
        "text": {
          "en": "Leave a comment.",
          "de": "Fehlerbeschreibung"
        }
      },
      "github": {
        "repo": "USER/REPO",
        "token": "YOUR_GITHUB_TOKEN"        
      },
      "alert": {
        "info": {
          "de":"Ihr Ticket wurde erfolgreich angelegt.",
          "en":"Your issue was created successfully."
        },
        "danger": {
          "de":"Ihr Ticket konnte nicht erfolgreich angelegt werden.",
          "en":"Your issue was not created successfully."
        }
      }
    }
  }
}

GitHub Token

To aquire your GitHub Token go to https://github.com/settings/tokens

License

MIT

Keywords

FAQs

Package last updated on 19 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc