Description Usage Arguments Value Examples
View source: R/use_templates.R
Apply ACLU Analytics team review templates to your github repository to help standardize reviews and ensure quality and accuracy of our work
1 2 3 4 5 6 7 | use_aclu_review_template(type = "analysis", repo = ".")
use_aclu_pr_template(type = "analysis", repo = ".")
use_aclu_issue_template(type = "analysis", repo = ".")
use_aclu_label_template(type = "analysis", repo = ".")
|
type |
Type of repository. Defaults to "analysis" which is the only fully built out template in base version |
repo |
Repository. Defaults to "." - base path. We use 'repo' instead of 'path' here to align with 'git2r' standards. |
invisible. Provides cli based messages as completes
1 2 3 4 5 6 7 8 9 10 11 | # apply all of the template items
use_aclu_review_template()
# apply the PR template to the repository
use_aclu_pr_template()
# apply issue templates to the repository
use_aclu_issue_template()
# apply labels to the repository
use_aclu_label_template()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.