]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add CONTRIBUTING.md and AUTHORS.rst
authorHynek Schlawack <hs@ox.cx>
Mon, 17 Jun 2013 07:40:01 +0000 (09:40 +0200)
committerHynek Schlawack <hs@ox.cx>
Mon, 17 Jun 2013 07:40:01 +0000 (09:40 +0200)
AUTHORS.rst [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]

diff --git a/AUTHORS.rst b/AUTHORS.rst
new file mode 100644 (file)
index 0000000..7333ee4
--- /dev/null
@@ -0,0 +1,12 @@
+Credits
+=======
+
+“vim-python-pep8-indent” has been originally written by **David Bustos** and **Eric Mc Sween** who both are unreachable unfortunately.
+
+It is currently maintained by Hynek Schlawack with the generous help of the following contributors:
+
+- 0player
+- Johann Klähn
+- Joseph Irwin
+- Steve Losh
+- Sylvain Soliman
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644 (file)
index 0000000..2321172
--- /dev/null
@@ -0,0 +1,16 @@
+# How To Contribute
+
+“vim-python-pep8-indent” is always open for suggestions and contributions by generous developers. I’ve collected a few tipps to get you started.
+
+Please:
+
+- *Always* add tests for your code.
+- Add yourself to the AUTHORS.rst file in an alphabetical fashion by first name – no matter how big or small your changes are.
+- Write [good commit messages].
+- Ideally, [squash] your commits, i.e. make your pull requests just one commit.
+
+Thank you for considering to contribute!
+
+
+[squash]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
+[good commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html