From 0d59a87db539f5bae235798cb00a76671777d9b4 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 17 Jun 2013 09:40:01 +0200 Subject: [PATCH] Add CONTRIBUTING.md and AUTHORS.rst --- AUTHORS.rst | 12 ++++++++++++ CONTRIBUTING.md | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 AUTHORS.rst create mode 100644 CONTRIBUTING.md diff --git a/AUTHORS.rst b/AUTHORS.rst new file mode 100644 index 0000000..7333ee4 --- /dev/null +++ b/AUTHORS.rst @@ -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 index 0000000..2321172 --- /dev/null +++ b/CONTRIBUTING.md @@ -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 -- 2.39.2