From 0f92f6319f43b55f26a4408762d2084e0190ef98 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 5 Nov 2015 23:10:35 +0100 Subject: [PATCH] Add note on determinism --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e182b1ac..2cfd1113d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,10 @@ environment was used and so on. Please tell us at least the following things: * What happened instead? * Are you aware of a way to reproduce the bug? -If you have the time you can compile restic with debug support by running +Remember, the easier it is for us to reproduce the bug, the earlier it will be +corrected! + +In addition, you can compile restic with debug support by running `go run build.go -tags debug` and instructing it to create a debug log by setting the environment variable `DEBUG_LOG` to a file, e.g. like this: