Skip to content

This function can create new labels, update colors and description, and optionally delete default Github labels. use_quillt_github_labels() is similar with usethis::use_tidy_labels() with the following differences:

  • It will not rename questions to reprex but keep both.

  • Add a few labels :

    • For tracking upstream related issues : RStudio IDE, pandoc and knitr

    • For R Markdown team organization like next for issues to consider for next releases.

Usage

use_quillt_github_labels(delete_default = TRUE)

Arguments

delete_default.

TRUE (default) will delete default GH labels not in use with any issue.

Labels set by this function

labelsdescription
breaking change :skull_and_crossbones:an unexpected problem or unintended behavior
buga feature request or enhancement
documentationmaintenance, infrastructure, and similar
featureneeds a minimal reproducible example
upkeep
good first issue :heart:good issue for first-time contributors
help wanted :heart:we'd love your help!
reprexAPI change likely to affect existing code
questiongeneral questions - not an issue
RStudio IDEconcerns the rstudio ide
pandocconcerns upstream pandoc
knitrconcerns knitr package
nextto consider for next release
duplicatealready another issue about this