From f6a053f0289f5fff2e4d0fd1a04bc181a083c376 Mon Sep 17 00:00:00 2001 From: rshipp Date: Sat, 9 May 2015 11:56:57 -0600 Subject: [PATCH] Add CONTRIBUTING guidelines --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b5820eb --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contribution Guidelines + +When making a pull request, please follow these guidelines: + +- One commit per suggestion +- Commit message should follow this format: `Add some tool name` +- Multiple commits per pull request is OK +- Lists within each section are alphabetized +- Add sections if necessary +- Clear, concise descriptions for each link, followed by a period + +Thanks!