aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-12 21:48:08 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-12 21:48:08 +0200
commite57f902c3b4d0bb52485b33befdc1759baa6f8f5 (patch)
treea372023d66080dc1a54680f8c76f871558bb0667 /docs/CONTRIBUTING
parent33e1b2bebad165ef41457847bdfff2a3427c3bb3 (diff)
document bugreporting
Diffstat (limited to 'docs/CONTRIBUTING')
-rw-r--r--docs/CONTRIBUTING12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index 14c3f0b..f5d7ebc 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -69,6 +69,18 @@ This is a relatively easy, solid and transparent way to handle all requests in o
That said, you can always ask us to check on your stuff or ask for advice.
+### Bugreporting
+
+Bug reports are also welcome, especially the ones that come with a patch ;-)
+Before making a new ticket, check whether the bug is reported already.
+If you want to report a bug and you don't know where the problem in the code
+is, please supply:
+
+* version (commit hash) (see `uzbl --version`)
+* operating system
+* versions of libsoup, webkit, gtk.
+* output of uzbl --verbose (with http_debug set, if relevant)
+
### Valgrind profiling
$ add this to Makefile header: CFLAGS=-g
$ recompile