Contributing

Contributing Guidelines

  1. Fork the repository.

  2. Clone it:

    git clone https://github.com/uwplasma/JAX-in-Cell
    
  3. Create a new branch:

    git checkout -b new-feature-x
    
  4. Make and test changes.

  5. Commit:

    git commit -m "Implemented new feature x."
    
  6. Push:

    git push origin new-feature-x
    
  7. Submit a pull request.