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:
sensiPhy
documentationIf 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:
send a pull request
If you want to make a bigger contribution and help us with sensiPhy
code:
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)If you need to ask something via email, send to paternogbc@gmail.com
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.