Contribution guidelines

  1. Fork it ( https://github.com/yoshida-lab/XenonPy/fork )

  2. Extend your python environment to support XenonPy development (See: Installing in development mode)

  3. Create your feature branch (git checkout -b my-new-feature)

  4. Commit your changes (git commit -am ‘Add some feature’)

  5. Push to the branch (git push origin my-new-feature)

  6. Create a new Pull Request

When contribute your codes, please do the following