Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 917 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 917 Bytes

Contributing to the Project

The PyCallJLD2.jl project is open sourced and open to contribution! If you would like to contribute to the project, you should know:

  1. The README contains a quick summary of the contributing guidelines.
  2. The code of conduct declares the behavior guidelines for contributors, mainly concerning respect and decorum.
  3. The contributing guide in the official documentation provides an in-depth guide to contributing, such as how to do GitFlow, how to develop in Julia, and how the internals of the package work.

In summary, the main point of contact is the GitHub issues, and code development follows the GitFlow paradigm (i.e., create a feature/... branch off of the latest develop and submit a pull request back into develop).