From 41861e7f6c0a0188ba8ca81d754a4fb0418e157f Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Wed, 20 Jan 2016 00:41:36 +0100 Subject: README: Enhance reporting issues section. --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README') diff --git a/README b/README index c65edd6..24d6c13 100644 --- a/README +++ b/README @@ -99,6 +99,20 @@ or feature requests. https://github.com/przemoc/metastore/issues +If you're sending a bug report, then please provide some basic info: + +- What system do you have? + (`uname -a`, `lsb_release -drc`) +- What gcc version have you used for building metastore? + (`gcc -v`) +- Do you use any custom FLAGS during build? + (`set | grep FLAGS=`) +- What libc implementation and version are you using? +- What metastore version are you using? + (`metastore -V`) +- What filesystem do you use and how it is mounted? + (`mount | grep $(df . | awk 'NR==2{print$1}')`) + License ------- -- cgit v1.2.1