From 62b407d4b36147177da466d8eca4fe2b9bfec678 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Mon, 21 Oct 2019 14:06:57 +0100 Subject: [PATCH] Create CONTRIBUTING.md Ref dask/community#17 --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ab4175a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +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.