diff --git a/CONTRIBUTING b/CONTRIBUTING index a079903..7a43e87 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,25 +1,24 @@ # -*- mode: org; -*- #+STARTUP: showall -If you wish to contribute you can use either the sources located on -[[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. +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: + 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. + 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 prefer an email with the output - generated by =git request-pull=, possibly with =-p=, over things like - github pull requests. + 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.