Skip to content

use_tidy_contributing #143

@batpigandme

Description

@batpigandme

Assuming it’s possible that someone would want to use use_tidy_contributing() for a non-tidyverse package (e.g. r-lib), it would make more sense to build the Travis URL in the same way it’s done for use_travis()

url <- file.path("https://travis-ci.org", gh$username, gh$repo)

As opposed to hardcoding it as http://travis-ci.org/tidyverse, name (where name is the package name, and I just skip using the gh package altogether.
But, it would be gh$org in the case of tidyverse and/or r-lib, right?

Alternately, I could use remotes from desc::desc_get_remotes, but, since I'm developing off of a fork, I can't tell whether or not that would actually work 😬!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions