title: "CONTRIBUTING" output: html_document
First off, thanks for taking the time to contribute!
All types of contributions are encouraged and valued. See the Table of Contents for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions.
And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about: - Star the project - Refer this project in your project's readme - Mention the project at local meetups and tell your friends/colleagues - Cite these packages in your published works
If you want to ask a question, we assume that you have read the available Documentation.
Before you ask a question, it is best to search for existing Issues that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
If you then still feel the need to ask a question and need clarification, we recommend the following:
We will then take care of the issue as soon as possible.
Legal Notice
When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project license.
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to robert_baker@nps.gov.
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
Once it's filed:
needs-repro
. Bugs with the needs-repro
tag will not be addressed until they are reproduced.needs-fix
, as well as possibly other tags, and the issue will be left to be implemented by someone on the development team. You may also address the issue yourself and issue a pull request, which will be reviewed by the development team.This section guides you through submitting an enhancement including completely new features and minor improvements to existing functionality. Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
Enhancement suggestions are tracked as GitHub issues.
If you would like to contribute code please make the adjustments and issue a pull request. The development team will review your code prior to merging and pull request. Before issuing a pull request make sure:
1) You have added a description of any changes made to the changelog in NEWS.md
2) If you have added a function, make sure you also include unit tests that cover the function. If you have changed a function, make sure the unit tests still pass.
3) If you have added or changed a function, make sure that the package loads using devtools::load_all()
.
2) You have updated any necessary documentation using devtools::document()
3) You have updated the associated web pages using pkgdown::build_site_github_pages()
4) You have checked that there are no errors or warnings when the package is built using devtools::check()
.
We encourage the use of the tidyverse style guide.
Commit messages should be short and descriptive.
This guide is based on the contributing.md. Make your own!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.