Function openNewGitHubIssue

  • Opens the new issue view on the given GitHub repo in the browser. Optionally, with some fields like title and body prefilled.

    Parameters

    Returns void

    Example

    import {openNewGitHubIssue} from 'electron-util';

    openNewGitHubIssue({
    user: 'sindresorhus',
    repo: 'playground',
    body: 'Hello'
    });