Skip to contents

Generate text for client first issue in github

Usage

create_issue_content_clients_github(owner, repo)

Arguments

owner

owner of the project

repo

name of the project

Value

character vector of the issue content

Examples

if (FALSE) {
create_issue_content_clients_github(
  owner = "owner",
  repo = "repo"
)
}