Here are some important resources:
- Email: Dr. Bonham-Carter (obonhamcarter@allegheny.edu), or Jordan Wilson (wilsonj3@allegheny.edu).
- Bugs? Use the GitHub Issue Tracker, unless the issue is security related, in which case email either of the two people above.
We only have a handful of R functions. Please write examples for new code you create.
Please send a GitHub Pull Request to privacy with a clear list of what you've done (read more about pull requests). Please make sure all of your commits are atomic (one feature per commit).
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Privacy will generally not be accepted.
You can help improve the Privacy guides by making them more coherent, consistent, or readable, adding missing information, correcting factual errors, fixing typos, or bringing them up to date with the latest edge Rails.
To do so, make changes to privacy guides source files (located here on GitHub) or comments in source code. Then open a pull request to apply your changes to the master branch.
Please email either Dr. Bonham-Carter or Jordan Wilson for any and all questions related to the privacy repository.