aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
blob: 0f8dd4558edecb4e5a45dbdbb76d469cfff4ef63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- mode: org; -*-
#+STARTUP: showall

If you wish to contribute you can use either the sources located on
[[http://code.ryuslash.org/cgit.cgi/clark][ryuslash.org]] or the [[http://github.com/ryuslash/clark.git][github]] sources.

* Getting the source

  If you wish to work on CLark you can get the sources by cloning the
  git repository:
  #+BEGIN_EXAMPLE
    git clone git://ryuslash.org/clark.git
  #+END_EXAMPLE

* Style

  Use spaces, don't use tabs. If you can, keep lines shorter than 80
  characters. Other than that, Emacs + SLIME can handle indentation
  pretty well.

* Patches

  If you want to send any patches I prefer the output generated by =git
  request-pull=, possibly with =-p=, over things like github pull
  requests.