Contributions tips and tricks #29
ManonMarchand
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Who can contribute?
Everyone. And there are lots of ways do do so. You could for example:
Issues
. If you find anything that does not compile right or that does not get you the expected output, felicitation you found a bug! And bug reporters are our most useful allies, please don't keep them for yourselves 😉.But how do I change the code?
Please follow these steps:
add-new-fitting-method
python -m pip install -r requirements.txt -r requirements-dev.txt
pre-commit install
to get your git hooks ready to see if your commits are okBeta Was this translation helpful? Give feedback.
All reactions