git-auto-commit-mode/CONTRIBUTING

25 lines
748 B
Text
Raw Permalink Normal View History

2013-04-10 01:51:30 +02:00
# -*- mode: org; -*-
#+STARTUP: showall
2020-01-13 02:56:17 +01:00
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.
2013-04-10 01:51:30 +02:00
* Getting the source
2020-01-13 02:56:17 +01:00
If you wish to work on git-auto-commit-mode you can get the sources by cloning
the repository:
2013-04-10 01:51:30 +02:00
#+BEGIN_EXAMPLE
git clone git://ryuslash.org/emacs/git-auto-commit-mode.org
#+END_EXAMPLE
* Style
2020-01-13 02:56:17 +01:00
Use spaces, don't use tabs. If you can, keep lines shorter than 80 characters.
Other than that, Emacs can handle indentation pretty well.
2013-04-10 01:51:30 +02:00
* Patches
2020-01-13 02:56:17 +01:00
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.