The following guidelines are designed for contributors to the sample size shinyapp.
For reporting a bug or a failed function or requesting a new feature, you can simply open an issue in the issue tracker. If you are reporting a bug, please also include a minimal code example or all relevant information for us to replicate the issue.
To make contributions to the sample size shinyapp, you need to set up your GitHub
account if you do not have and sign in, and request your change(s) or contribution(s) via
a pull request against the development
branch of the repository.
Please use the following steps:
- Open a new issue for new feature or failed function in the Issue tracker
- Fork the repository to your GitHub account
- Clone your fork locally:
$ git clone https://github.com/solislemuslab/sample-size-shinyapp.git
- Make your change(s) in the
master
(ordevelopment
) branch of your cloned fork - Make sure that all tests are passed without any errors (upcoming automatic testing)
- Push your change(s) to your fork in your GitHub account
- Submit a pull request describing what problem has been solved and linking to the issue you had opened in step 1
Your contribution will be checked and merged into the original repository. You will be contacted if there is any problem in your contribution
Make sure to include the following information in your pull request:
-
Code which you are contributing to this package
-
Documentation of this code if it provides new functionality. This should be a description of new functionality added to the
DOCS.md
- Tests of this code to make sure that the previously failed function or the new functionality now works properly
These Contributing Guidelines have been adapted from the Contributing Guidelines of The Turing Way! (License: GNU GENERAL PUBLIC)