summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2014-02-27 18:35:41 +0100
committerGravatar Mike Burns <mike@mike-burns.com>2014-02-28 11:25:55 +0100
commitfcd3f2d3a793895e2695ad6bf52fde9578f6b148 (patch)
tree4b7fa0753e1924c5e90fdf3e3c2208fd76e353b4
parent2168cfa113ef394cf6597d1c5d81db8a7fa00ebe (diff)
Add a list of contributors to rcm(7)
This list is an alphabetical listing of everyone who has authored at least one commit, plus their email address. When the author is a coworker I have changed this to use their thoughtbot email address. This also updates the `AUTHORS` section to mention thoughtbot. The `NEWS.md.in` file has been changed to reflect that 1.2.0 is released. A `CONTRIBUTING.md` file has been added to explain what is required to send a good contribution.
-rw-r--r--CONTRIBUTING.md28
-rw-r--r--NEWS.md.in4
-rw-r--r--man/rcm.716
3 files changed, 47 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..62509ea
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,28 @@
+Contributing
+============
+
+Overview
+--------
+
+- We do not currently have a test suite.
+- Update `NEWS.md.in`.
+- Update `rcm.7`.
+- Submit a pull request on GitHub.
+
+Explanation
+-----------
+
+Since we do not yet have a test suite, you should make sure to install
+and try your patch in a various scenarios. We will also entertain a
+contribution with a test case.
+
+Consider updating `NEWS.md.in`. The topmost section is for the upcoming
+release. Bugfixes should be marked with `BUGFIX`. Small things (typos,
+code style) should be grouped but with multiple authors (`Documentation
+updates thanks to Dan Croak and Roberto Pedroso`).
+
+Ensure your name is in the list of contributors in `man/rcm.7`. These
+are alphabetical.
+
+Submit a pull request using GitHub. If there is a relevant bug, mention
+it in the commit message (`Fixes #42.`).
diff --git a/NEWS.md.in b/NEWS.md.in
index 27b6194..2954833 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -1,5 +1,9 @@
rcm (@PACKAGE_VERSION@) unstable; urgency=low
+ -- Mike Burns <mburns@thoughtbot.com> Mon, 03 Feb 2014 16:58:33 +0200
+
+rcm (1.2.0) unstable; urgency=low
+
* Transfer ownership to thoughtbot.
* BUGFIX: Run hooks by default. Thanks to Patrick Brisbin.
* BUGFIX: Unset CDPATH when starting. Thanks to Geoff Harcourt.
diff --git a/man/rcm.7 b/man/rcm.7
index dfca840..06d4c90 100644
--- a/man/rcm.7
+++ b/man/rcm.7
@@ -235,4 +235,18 @@ dotfiles, too.
.Xr rcup 1 ,
.Xr rcrc 5
.Sh AUTHORS
-.An "Mike Burns" Aq mike@mike-burns.com
+.Nm
+is maintained by
+.An "Mike Burns" Aq Mt mburns@thoughtbot.com
+and
+.Lk http://thoughtbot.se thoughtbot
+.Sh CONTIRBUTORS
+.An -split
+.An "Anton Ilin" Aq Mt anton@ilin.dn.ua
+.An "Caleb Land" Aq Mt caleb@land.fm
+.An "Dan Croak" Aq Mt dan@thoughtbot.com
+.An "George Brocklehurst" Aq Mt george@thoughtbot.com
+.An "Jordan Eldredge" Aq Mt jordaneldredge@gmail.com
+.An "Pablo Olmos de Aguilera Corradini" Aq Mt pablo@glatelier.org
+.An "Patrick Brisbin" Aq Mt pat@thoughtbot.com
+.An "Roberto Pedroso" Aq Mt roberto@rpedroso.com