From: Jens Axboe Date: Wed, 28 Mar 2007 07:16:08 +0000 (+0200) Subject: Add a REPORTING-BUGS file X-Git-Tag: fio-1.15~7 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=fb0480b138f5e7e59047a238200675eaa1bdad1d Add a REPORTING-BUGS file Often people forget the fio version, job file, or parameters. Signed-off-by: Jens Axboe --- 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!