From 06fe7ab2bbf709b6f957fdfe1e3b72934da104f1 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 14 Jul 2017 17:42:59 +0200 Subject: [PATCH] Add BUG_REPORT template file This file contains the data that should be provided to report a bug. Signed-off-by: Sebastien GODARD --- BUG_REPORT | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 BUG_REPORT diff --git a/BUG_REPORT b/BUG_REPORT new file mode 100644 index 0000000..c75119a --- /dev/null +++ b/BUG_REPORT @@ -0,0 +1,18 @@ +This file contains the data that you should provide to report a bug: + +System info: [Include sysstat version (e.g., the output of "sar -V" or "iostat -V" etc.), +operating system name (e.g., the output of "uname -a"), and other relevant details] + +Steps to reproduce: + + [First Step] + [Second Step] + [and so on...] + +Expected behavior: [What you expected to happen] + +Actual behavior: [What actually happened] + +Additional info: [Include gist of relevant binary system activity datafile, config, logs, etc. +or send them directly to me at sysstat orange_dot_fr] + -- 2.40.0