diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 1c6e744..2c650d8 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -68,7 +68,7 @@
Fork the package and clone onto your computer. If you haven’t done this before, we recommend using usethis::create_from_github("kiernann/fflr", fork = TRUE)
.
Fork the package and clone onto your computer. If you haven’t done this before, we recommend using usethis::create_from_github("k5cents/fflr", fork = TRUE)
.
Install all development dependences with devtools::install_dev_deps()
, and then make sure the package passes R CMD check by running devtools::check()
. If R CMD check doesn’t pass cleanly, it’s a good idea to ask for help before continuing.
Create a Git branch for your pull request (PR). We recommend using usethis::pr_init("brief-description-of-change")
.
Make your changes, commit to git, and then create a PR by running usethis::pr_push()
, and following the prompts in your browser. The title of your PR should briefly describe the change. The body of your PR should contain Fixes #issue-number
.
Armed with your reprex, the next step is to figure out where to ask.
If it’s a question: start with community.rstudio.com, and/or StackOverflow. There are more people there to answer questions.
If it’s a bug: you’re in the right place, file an issue.
If it’s a bug: you’re in the right place, file an issue.
If you’re not sure: let the community help you figure it out! If your problem is a bug or a feature request, you can easily return here and report it.
Before opening a new issue, be sure to search issues and pull requests to make sure the bug hasn’t been reported and/or already fixed in the development version. By default, the search will be pre-populated with is:issue is:open
. You can edit the qualifiers (e.g. is:pr
, is:closed
) as needed. For example, you’d simply remove is:open
to search all issues in the repo, open or closed.
Before opening a new issue, be sure to search issues and pull requests to make sure the bug hasn’t been reported and/or already fixed in the development version. By default, the search will be pre-populated with is:issue is:open
. You can edit the qualifiers (e.g. is:pr
, is:closed
) as needed. For example, you’d simply remove is:open
to search all issues in the repo, open or closed.
The fflr package is used to query the ESPN Fantasy Football API. Get data on fantasy football league members, teams, and individual athletes.
-This package has been tested with a narrow subset of possible league settings. If a function doesn’t work as intended, please file an issue on GitHub.
+This package has been tested with a narrow subset of possible league settings. If a function doesn’t work as intended, please file an issue on GitHub.
You can install the release version of fflr from CRAN:
install.packages("fflr")
The most recent development version can be installed from GitHub:
+The most recent development version can be installed from GitHub:
# install.packages("remotes")
-remotes::install_github("kiernann/fflr")
The fflr project is released with a Contributor Code of Conduct. By contributing, you agree to abide by its terms.
+The fflr project is released with a Contributor Code of Conduct. By contributing, you agree to abide by its terms.
@@ -228,8 +228,8 @@