Contributing
We would love your help, either as ideas, documentation, or code. If you have a new algorithm or want to add or fix existing code, please do! Here’s how you can get started:
Fork the
lmfitxpsrepository on GitHub.Clone your forked repository by running the command:
git clone https://github.com/<your name>/lmfitxps.git.Install all dependencies by running:
pip install -r requirements.txt.Create a new branch for your awesome new feature with:
git checkout -b <awesome_new_feature>.Start coding!
Verify that your feature does not break anything.
Push your changes to your fork by running:
git push origin.Open a pull request on the lmfitxps repository.
If you need any additional help, please visit our GitHub discussions page.
Code of Conduct
lmfitxps is committed to fostering a welcoming community. Please have a look at our Code of Conduct.