MarsRaw / mars-raw-utils

Utilities for working with publicly available raw MSL & Mars2020 images
MIT License
45 stars 10 forks source link

how to make contributions? #27

Open matthiasdebernardini opened 1 year ago

matthiasdebernardini commented 1 year ago

I would like to make minor contributions to this project, I have identified a few areas.

Can I cargo test to make sure I don't change what the tool does? Not familiar with how this tool is supposed to work.

kmgill commented 1 year ago

Go ahead and fork a copy of the repo to make your changes. Tests in cargo test are sorely lacking and won't give a great indication as to any changes in functionality. Do perform manual tests on any particulars that you modify. I will review your changes once you submit a pull request