Skip to content

Commit f8ac6b9

Browse files
committed
Mention categorizing functions in pkgdown docs
1 parent 23574e4 commit f8ac6b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R-packages/covidcast/DEVELOP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ A short checklist for submitting pull requests:
44

55
1. Run the unit tests with `devtools::test()` and ensure they pass.
66
2. If you have added any new features (new functions, new options, etc.), add a
7-
brief description to `NEWS.md` to the next listed version number.
7+
brief description to `NEWS.md` to the next listed version number. Also ensure
8+
that new functions or datasets are listed in the reference in `_pkgdown.yml`
9+
so they appear in a good place in the documentation website.
810
3. If you changed any documentation, rebuild the documentation with
911
`devtools::document()` and then `pkgdown::build_site()`. (This can be slow,
1012
because our vignettes take a long time to build.)

0 commit comments

Comments
 (0)