aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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