File: CONTRIBUTING

package info (click to toggle)
git-auto-commit-mode 4.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: lisp: 284; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 748 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- mode: org; -*-
#+STARTUP: showall

Please feel free to contribute. I welcome any help that you may offer. Whether
it's fixing typo's, updating the documentation, or fixing bugs or adding new
features.

* Getting the source

  If you wish to work on git-auto-commit-mode you can get the sources by cloning
  the repository:
  #+BEGIN_EXAMPLE
    git clone git://ryuslash.org/emacs/git-auto-commit-mode.org
  #+END_EXAMPLE

* Style

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

* Patches

  If you want to send any patches I'd be more than happy to merge them. Please
  feel free to use Github pull requests, or any other means preferred by you.