From fb0480b138f5e7e59047a238200675eaa1bdad1d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 28 Mar 2007 09:16:08 +0200 Subject: [PATCH] Add a REPORTING-BUGS file Often people forget the fio version, job file, or parameters. Signed-off-by: Jens Axboe --- REPORTING-BUGS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 REPORTING-BUGS diff --git a/REPORTING-BUGS b/REPORTING-BUGS new file mode 100644 index 00000000..dab2ef4e --- /dev/null +++ b/REPORTING-BUGS @@ -0,0 +1,16 @@ +Reporting a bug +--------------- + +If you notice anything that seems like a fio bug, please do send email +to the list (fio-devel@kernel.dk, see README) about it. You'll need +to report at least: + +1) A description of what you think the bug is +2) Environment (Linux distro version, kernel version). This is mostly + needed if it's a build bug. +3) The fio version. The most useful is the git top level commit, you + can find out by doing a cat .git/HEAD from the top level fio directory. +4) How to reproduce. Please include a full list of the parameters + passed to fio and the job file used (if any). + +That's it! -- 2.25.1