8aba17e72225c616824ddd0f0e36b0643c314dd0
[uzbl-mobile] / docs / CONTRIBUTING
1 Users
2
3 Right now, the best way to contribute to Uzbl is to use it, hang around in
4 our IRC channel, and tell us when things break. If you're feeling more
5 adventerous, you can use one of the development branches and give bug
6 reports and suggestions straight to the developer in charge of that, so the
7 same problems don't occur when they get merged into the master branch. Have
8 a look at the CHECKLIST file to see all the stuff that is supposed to work.
9 Play around with the configs and scripts and see if you can improve things.
10
11 Developers
12
13 If you don't feel like just sending bug reports, by all means dive into the
14 code and clone the code to start hacking. (github makes this really easy
15 with their "fork" concept).  But it's usually a good thing to tell us first
16 what you want to do, to avoid unneeded or duplicate work.
17
18
19
20 VALGRIND PROFILING
21 add this to Makefile header: CFLAGS=-g
22 recompile
23 valgrind --tool=callgrind ./uzbl ....
24 kcachegrind callgrind.out.foo