summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
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 /CONTRIBUTING.md
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.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md28
1 files changed, 28 insertions, 0 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.`).