= How can I contribute to [wiki:CLFSWM]? = The [http://trac.common-lisp.net/clfswm/browser/clfswm/contrib contrib directory] in the [wiki:CLFSWM] tree is here if you want to contribute to [wiki:CLFSWM] and if your code is not merged in the [wiki:CLFSWM] core. * To contribute, place your files in the [http://trac.common-lisp.net/clfswm/browser/contrib contrib directory]. You can have your own repository and tell me if you want to merge it in the clfswm git. * To use a contributed code add a line like this in your configuration file: {{{ (load-contrib "contrib-example.lisp") }}}