From 32eb6ed6cdfd472194a8899e0b448ab6dbdb2297 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Sat, 1 Aug 2020 03:40:25 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2912092..d7ff585 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,11 @@ When aborting the script midway through, be sure to check the last lines of its Although the `--passes` parameter can be used to limit the maximum amount of rebalance passes per file, it is only meant to speedup aborted runs. Individual files will **not be process multiple times automatically**. To reach multiple passes you have to run the script on the same target directory multiple times. +# Contributing + +GitHub is for social coding: if you want to write code, I encourage contributions through pull requests from forks +of this repository. Create GitHub tickets for bugs and new features and comment on the ones that you are interested in. + ## Attributions This script was inspired by [zfs-balancer](https://github.com/programster/zfs-balancer).