aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-26 14:39:45 +0200
committerGravatar Tom Willemse2013-05-26 14:39:45 +0200
commitdd41bb12727efc0d9951bb8ffd10d30f949e4b85 (patch)
treeded138cd38d62b3d5302110bd5e2eb7a8e8b6763 /CONTRIBUTING
parent6c05056f84c0ca6fc79fdb2a375b425bc53944c2 (diff)
downloadgitto-dd41bb12727efc0d9951bb8ffd10d30f949e4b85.tar.gz
gitto-dd41bb12727efc0d9951bb8ffd10d30f949e4b85.zip
Update README and other files, add site/
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING24
1 files changed, 24 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 0000000..e4d108e
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +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/gitto/][ryuslash.org]] or the [[https://github.com/ryuslash/gitto][github]] sources.
+
+* Getting the source
+
+ If you wish to work on ~gitto~ you can get the sources by cloning the
+ repository:
+
+ : git clone git://ryusalsh.org/git-auto-commit-mode.git
+
+* 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. [[http://www.nongnu.org/geiser/][Geiser]] can help too, if you're using Emacs.
+
+* 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, but nothing will be turned away.