Update contributing instructions

This commit is contained in:
Tom Willemse 2020-01-12 17:56:17 -08:00
parent 6f7b58f866
commit 106fc3c8b4

View file

@ -1,25 +1,24 @@
# -*- mode: org; -*- # -*- mode: org; -*-
#+STARTUP: showall #+STARTUP: showall
If you wish to contribute you can use either the sources located on Please feel free to contribute. I welcome any help that you may offer. Whether
[[http://code.ryuslash.org/cgit.cgi/emacs/git-auto-commit-mode/][ryuslash.org]] or the [[https://github.com/ryuslash/git-auto-commit-mode][github]] sources. it's fixing typo's, updating the documentation, or fixing bugs or adding new
features.
* Getting the source * Getting the source
If you wish to work on git-auto-commit-mode you can get the sources If you wish to work on git-auto-commit-mode you can get the sources by cloning
by cloning the repository: the repository:
#+BEGIN_EXAMPLE #+BEGIN_EXAMPLE
git clone git://ryuslash.org/emacs/git-auto-commit-mode.org git clone git://ryuslash.org/emacs/git-auto-commit-mode.org
#+END_EXAMPLE #+END_EXAMPLE
* Style * Style
Use spaces, don't use tabs. If you can, keep lines shorter than 80 Use spaces, don't use tabs. If you can, keep lines shorter than 80 characters.
characters. Other than that, Emacs can handle indentation pretty Other than that, Emacs can handle indentation pretty well.
well.
* Patches * Patches
If you want to send any patches I prefer an email with the output If you want to send any patches I'd be more than happy to merge them. Please
generated by =git request-pull=, possibly with =-p=, over things like feel free to use Github pull requests, or any other means preferred by you.
github pull requests.