Opens the new issue view on the given GitHub repo in the browser. Optionally, with some fields like title and body prefilled.
The options are passed to the new-github-issue-url package.
new-github-issue-url
import {openNewGitHubIssue} from 'electron-util';openNewGitHubIssue({ user: 'sindresorhus', repo: 'playground', body: 'Hello'}); Copy
import {openNewGitHubIssue} from 'electron-util';openNewGitHubIssue({ user: 'sindresorhus', repo: 'playground', body: 'Hello'});
Opens the new issue view on the given GitHub repo in the browser. Optionally, with some fields like title and body prefilled.