Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 805 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 805 Bytes

Contributing to the Project

The ClusterValidityIndices.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 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).