Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 523 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (6 loc) · 523 Bytes

Dask is a community maintained project. We welcome contributions in the form of bug reports, documentation, code, design proposals, and more.

For general information on how to contribute see https://docs.dask.org/en/latest/develop.html.

Project specific notes

Linting

This project uses the helm lint command from Helm to ensure the helm chart is valid and can be installed.

You can lint your changes yourself by running helm lint dask from the root of this repository.