pops-core
0.9
PoPS (Pest or Pathogen Spread) Model Core C++ library
|
The goal of this guide is to help you get up and contributing to PoPS Core and/or rPoPS as quickly as possible. The guide is divided into two main pieces:
Please note that PoPS Core and rPoPS are released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
When filing an issue, the most important thing is to include a minimal reproducible example so that we can quickly verify the problem, and then figure out how to fix it. There are three things you need to include to make your example reproducible: required packages, data, code.
To contribute a change to PoPS Core or rPoPS, follow these steps:
Each of these steps are described in more detail below. This might feel overwhelming the first time you get set up, but it gets easier with practice.