Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

47 lines (37 loc) · 1.78 KB

Contributing

We love pull requests from everyone. By participating in this project, you agree to abide by our code of conduct.

Getting started

Making changes

  • Edit the files, save often, and make commits of logical units, where each commit indicates one concept.
  • Follow our style guide.
  • Write good commit messages.
  • Make sure you have added the necessary tests for your code changes.
  • Run all the tests using devtools::check() to assure nothing else was accidentally broken.
  • If you need help or unsure about anything, update and discuss your issue.

Submitting your changes

Push to your fork and submit a pull request.

At this point you'll have to wait. We like to at least comment on pull requests within a few days. We may suggest some changes, improvements, or alternatives.

Attribution

This document is adapted from the csasdown R package project.