-
Notifications
You must be signed in to change notification settings - Fork 4
How to support sensiPhy
Gustavo Paterno edited this page Jul 30, 2017
·
8 revisions
Thanks for you interest in contributing with sensiPhy
. First you need to register at Github. You can help developing sensiPhy
in different ways:
If you have any problem running sensiPhy
functions, please report the problem as a new issue. To do this, folow the steps below:
- Create a new issue
- Name this issue as "BUG: function_name
- Write a small description about your problem/error
- If possible, include a reproducible example using the R package reprex
If you find a typo on sensiPhy
documentation or if you want to make a small change on any file, you can do it online. Search for the file you want to change at the master branch, then:
- Edit the file online
- Save your change
- Describe the changes you have made
- Click
send a pull request
If you want to make a bigger contribution and help us with sensiPhy
code:
- Fork it (https://github.com/paternogbc/sensiPhy/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
If you need to ask something via email, send to [email protected]
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.