Contributions

It is very much hoped that users of GrainPy will suggest improvements and/or new functionalities by one of two methods:

  1. Simply create a new issue with the appropriate ‘label’ on Github.

…OR…

  1. Personally contributing to the coding using a fork…

# create a branch
git checkout -b feature/AmazingFeature

# develop the feature code and commit your changes
git commit -m 'Added this new feature that does amazing things'

# push to the branch
git push origin feature/amazingfeature

# finally, `create a pull request on the GrainPy Github repo page