Contributing to sgplot (original) (raw)

This outlines how to propose a change to sgplot.

Fixing typos

You can fix typos, spelling mistakes, or grammatical errors in the documentation directly using the GitHub web interface, as long as the changes are made in the source file. This generally means you’ll need to edit roxygen2 comments in an .R, not a .Rd file. You can find the .R file that generates the .Rd by reading the comment in the first line.

Bigger changes

If you want to make a bigger change, it’s a good idea to first file an issue and make sure the package maintainers agree that it’s needed.

If you’ve found a bug, please file an issue that illustrates the bug with a minimal reprex.

Pull request process

Code style