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
toreprex
but keep both.Add a few labels :
For tracking upstream related issues :
RStudio IDE
,pandoc
andknitr
For R Markdown team organization like
next
for issues to consider for next releases.
Labels set by this function
labels | description |
breaking change :skull_and_crossbones: | an unexpected problem or unintended behavior |
bug | a feature request or enhancement |
documentation | maintenance, infrastructure, and similar |
feature | needs a minimal reproducible example |
upkeep | |
good first issue :heart: | good issue for first-time contributors |
help wanted :heart: | we'd love your help! |
reprex | API change likely to affect existing code |
question | general questions - not an issue |
RStudio IDE | concerns the rstudio ide |
pandoc | concerns upstream pandoc |
knitr | concerns knitr package |
next | to consider for next release |
duplicate | already another issue about this |