diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index dbc0ea0..33810ed 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -1,4 +1,4 @@ -# Contributor Code of Conduct +# Contributor code of conduct As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e1fd4f1..503803f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,11 +8,11 @@ Open a [GitHub issue](https://github.com/hauselin/ollama-r/issues) with a concis Before you make a substantial pull request, you should always file an issue and make sure someone from the team agrees that it’s a problem. -Fork the repository, create a branch for your changes, and submit a pull request with documented and tested code.Refer to [R packages](https://r-pkgs.org/) by Hadley Wickham and Jennifer Bryan for R package development guidelines. +Fork the repository, create a branch for your changes, and submit a pull request with documented and tested code. Refer to [R packages](https://r-pkgs.org/) by Hadley Wickham and Jennifer Bryan for R package development guidelines. - We use [roxygen2](https://roxygen2.r-lib.org/), with Markdown syntax, for documentation. - We use [testthat](https://testthat.r-lib.org/) for testing. Contributions with test cases included are easier to accept. - We use continuous integration and deployment through GitHub and GitHub actions. -## Code of Conduct +## Code of conduct -Please note that the ollamar project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project you agree to abide by its terms. +Please note that the ollamar project is released with a [contributor code of conduct](CODE_OF_CONDUCT.md). By contributing to this project you agree to abide by its terms. diff --git a/vignettes/ollamar.Rmd b/vignettes/ollamar.Rmd index 7cbce17..f832502 100644 --- a/vignettes/ollamar.Rmd +++ b/vignettes/ollamar.Rmd @@ -2,7 +2,7 @@ title: "Using ollamar" output: rmarkdown::html_vignette vignette: > - %\VignetteIndexEntry{ollamar} + %\VignetteIndexEntry{Using ollamar} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} ---