CONTRIBUTING.md

Contributing

Awesome that you are reading this.

This GitHub follows the Contributor Covenant Code of Conduct.

Submitting use cases

Please send all that is needed to reproduce the use case.

You can do so by:

Submitting code

Submitted code should follow these quality guidelines:

These are all checked by Travis CI when submitting a Pull Request.

Emails with code will not be accepted.

Submitting bugs

Awesome. These are your options:

Pull Requests should follow the same guidelines as 'Submitting code'.

Branching policy

git usage

To get started working on mhcnuggetsr do:

git clone https://github.com/ropensci/mhcnuggetsr

Development is done on the develop branch. To download and checkout the develop branch, first go into the mhcnuggetsr folder (cd mhcnuggetsr), then do:

git checkout develop

Then the workflow is the common git workflow:

git pull
git add --all :/
git commit -m "Did something awesome"
git push


richelbilderbeek/mhcnuggetsr documentation built on Nov. 9, 2023, 10 p.m.