Function createGitHubTemplateIssue

  • /** Open a new issue on the GitHub repository using the given template. *

    Parameters

    • repo: string

      GIT repository URL *

    • title: string

      issue title *

    • template: string

      template filename without the .yml extension *

    • label: string

      GitHub issue label *

    • fields: [string, string][]

      form field keys and string values

    Returns void