-
Notifications
You must be signed in to change notification settings - Fork 2k
merging docs
Mara Averick edited this page Nov 2, 2018
·
2 revisions
Note: The ggplot2 wiki is no longer maintained, please use the ggplot2 website instead!
These instructions are for ggplot2 collaborators who can make changes to the main repo. They detail the steps to take when someone submits a pull request for documentation changes.
-
Check the commit for correctness and style. If the commit touches existing poorly-formatted code, that code should be bought up to spec. If style or change is incorrect, respond to the requester with a polite request for changes.
-
Follow the pull request instructions to merge change into
develop
branch. -
Run
document()
to ensure.Rd
files are updated, and add entry toNEWS
. If significant change, add a bullet point underDOCUMENTATION
heading, otherwise, add requestors name to list of people who've made smaller changes. Check news withshow_news()
-
Commit and push.