summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2016-01-20 00:41:36 +0100
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2016-01-20 00:41:36 +0100
commit41861e7f6c0a0188ba8ca81d754a4fb0418e157f (patch)
tree674a445cb3a69b94e0982c9edf556a10f6de1b34 /README
parent8fb19e5f22364b6fc784af1bf333704b4cfeafc0 (diff)
README: Enhance reporting issues section.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
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
-------