Contributing¶
💬 Discussions: https://github.com/uwplasma/JAX-in-Cell/discussions
💡 Pull Requests: https://github.com/uwplasma/JAX-in-Cell/blob/main/CONTRIBUTING.md
Contributing Guidelines¶
Fork the repository.
Clone it:
git clone https://github.com/uwplasma/JAX-in-CellCreate a new branch:
git checkout -b new-feature-xMake and test changes.
Commit:
git commit -m "Implemented new feature x."Push:
git push origin new-feature-xSubmit a pull request.