aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 17:13:23 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 17:13:23 +0200
commit85e4068a6dbf175c02c5c974c278dc93cf793c31 (patch)
tree7c050f427100df37b4903c90c56bb9f5ba26e6ba /docs/CONTRIBUTING
parent074fcb641c77b2df0fc85a4bf2d9e02a118caf7b (diff)
markdown layout
Diffstat (limited to 'docs/CONTRIBUTING')
-rw-r--r--docs/CONTRIBUTING14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index 8aba17e..bd733a9 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -1,4 +1,4 @@
-Users
+### Users
Right now, the best way to contribute to Uzbl is to use it, hang around in
our IRC channel, and tell us when things break. If you're feeling more
@@ -8,7 +8,7 @@ same problems don't occur when they get merged into the master branch. Have
a look at the CHECKLIST file to see all the stuff that is supposed to work.
Play around with the configs and scripts and see if you can improve things.
-Developers
+### Developers
If you don't feel like just sending bug reports, by all means dive into the
code and clone the code to start hacking. (github makes this really easy
@@ -17,8 +17,8 @@ what you want to do, to avoid unneeded or duplicate work.
-VALGRIND PROFILING
-add this to Makefile header: CFLAGS=-g
-recompile
-valgrind --tool=callgrind ./uzbl ....
-kcachegrind callgrind.out.foo
+### VALGRIND PROFILING
+ $ add this to Makefile header: CFLAGS=-g
+ $ recompile
+ $ valgrind --tool=callgrind ./uzbl ....
+ $ kcachegrind callgrind.out.foo