We love collaboration. In fact, this was one of the main ideas to start the work on this package. This includes suggestions or even implementations of new landscape metrics. Of course, you are also welcome to suggest general improvements to the package structure or to whatsoever. We appreciate any contribution and collaboration.
- Submit an issue on the Issues page here
- Fork this repo to your GitHub account
- Clone your version to your machine, e.g.,
git clone https://github.com/r-spatialecology/landscapemetrics.git
- Make sure to track progress upstream (i.e., our version of
landscapemetrics
atr-spatialecology/landscapemetrics
) by doinggit remote add upstream https://github.com/r-spatialecology/landscapemetrics.git
Before making any changes, make sure to pull changes in from upstream by either doinggit fetch upstream
then merge later, orgit pull upstream
to fetch and merge in one step - Make your changes (bonus points for making changes on a new branch)
- If you alter package functionality at all (e.g., the code itself, not just documentation) please do write some tests to cover the new functionality.
- Push changes to your account
- Submit a pull request to the main branch at
r-spatialecology/landscapemetrics