Changes in version 0.2.3 (2026-04-02) Major changes - Added a GitHub workflow to automatically run add_contributors() Minor changes - Updated documentation to described different ways of keeping allcontributors lists up-to-date (#15; thanks to @maelle) - Remove any "-bot" contributors from list ("actions-bot", "ropensci-review-bot", and similar) - Exclude 'github.com/ghost' from contributors (#58; thanks to @kellijohnson-NOAA) Changes in version 0.2.3.00 Minor changes - Bug fix in contributor extraction (#63; thanks to @kellijohnson-NOAA). Contributors changed from GH API lists of "participants" to identified "authors" of issue comments only. Changes in version 0.2.2 (2024-10-23) Major changes - Repository transferred from ropenscilabs/allcontributors -> ropensci/allcontributors. Minor changes - Fix URL check to only remove 404s; #45, #46 thanks to @maelle - Replace previous explicit REST API calls with gh; #44 thanks to @maelle - Fix bug #40 when "Contributors" sub-section title is last line of file; thanks to @sbfnk - Fix bug #42 with Rest API calls for code contributions; thanks to @maelle Changes in version 0.2.0 (2024-05-16) Major changes - add_contributors() now accepts main repo parameter as a vector of repository locations to be used to collate a single allcontributors list; thanks to @chartgerink via #35. - Chris Hartgerink (@chartgerink) added as new author; thanks to both #35 and #37 Minor changes - Add a rate limit checker for the GitHub API calls. Will warn if rate limit is exceeded (thanks to @chartgerink via #37). - Expose check_urls' parameter in main add_contributors` function, to allow that to be switched off (thanks to @sbfnk via #38). - Add error handling to the URL checking function so failures do not cause function errors (also thanks to @sbfnk via #38). Changes in version 0.1.1 (2023-10-06) - Fix bug in issue contributors when github account no longer exists Changes in version 0.1.0 (2022-08-11) Major changes: - Add new exclude_labels and exclude_issues parameters to main functions Minor changes: - Add _pkgdown file for function reference topics