aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-05 18:51:24 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-05 19:07:35 -0400
commit055b0decea6066921590c17e1eb0279e2706bb69 (patch)
tree8be8839f2fc324be2517f3df7cc101c58b024000
parentafed3639f6473da42d505fa46935a5820095c180 (diff)
downloaddotfiles-055b0decea6066921590c17e1eb0279e2706bb69.tar.gz
dotfiles-055b0decea6066921590c17e1eb0279e2706bb69.tar.bz2
dotfiles-055b0decea6066921590c17e1eb0279e2706bb69.zip
Add AUTHORS.rst to credit contributers
-rw-r--r--AUTHORS.rst12
-rw-r--r--MANIFEST.in2
-rw-r--r--README.rst6
3 files changed, 17 insertions, 3 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst
new file mode 100644
index 0000000..4bdcc0b
--- /dev/null
+++ b/AUTHORS.rst
@@ -0,0 +1,12 @@
+Dotfiles is written and maintained by Jon Bernard and various contributors:
+
+Development Lead
+````````````````
+
+- Jon Bernard <jbernard@tuxion.com>
+
+
+Patches and Suggestions
+```````````````````````
+
+- Anaƫl Beutot
diff --git a/MANIFEST.in b/MANIFEST.in
index 3df5357..ec3e59e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1 @@
-include HISTORY.rst README.rst LICENSE
+include HISTORY.rst README.rst LICENSE AUTHORS.rst
diff --git a/README.rst b/README.rst
index 5e959fd..d717ff9 100644
--- a/README.rst
+++ b/README.rst
@@ -151,7 +151,9 @@ GPL License. ::
Contribute
----------
-If you'd like to contribute, simply fork `the repository`_, commit your changes
-and send a pull request.
+If you'd like to contribute, simply fork `the repository`_, commit your
+changes to the **develop** branch (or branch off of it), and send a pull
+request. Make sure you add yourself to AUTHORS_.
.. _`the repository`: https://github.com/jbernard/dotfiles
+.. _AUTHORS: https://github.com/jbernard/dotfiles/blob/master/AUTHORS