Add a REPORTING-BUGS file
authorJens Axboe <jens.axboe@oracle.com>
Wed, 28 Mar 2007 07:16:08 +0000 (09:16 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 28 Mar 2007 07:16:08 +0000 (09:16 +0200)
Often people forget the fio version, job file, or parameters.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
REPORTING-BUGS [new file with mode: 0644]

diff --git a/REPORTING-BUGS b/REPORTING-BUGS
new file mode 100644 (file)
index 0000000..dab2ef4
--- /dev/null
@@ -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!