From b06874786da6824f43da242cda0e49c2b278b149 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Fri, 6 May 2011 15:06:02 -0700 Subject: [PATCH] added CONTRIBUTORS.txt --- CONTRIBUTORS.txt | 2 ++ README.rdoc | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 CONTRIBUTORS.txt diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt new file mode 100644 index 0000000..f56aa8a --- /dev/null +++ b/CONTRIBUTORS.txt @@ -0,0 +1,2 @@ +Chris Baker (https://github.com/chrisb87) +Geoff Hichborn (https://github.com/phene) diff --git a/README.rdoc b/README.rdoc index b9c7b32..6b8afd2 100644 --- a/README.rdoc +++ b/README.rdoc @@ -96,3 +96,5 @@ An options hash may be passed as the last argument to attr_enumerator t * Start a feature/bugfix branch * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. +* Create a pull request +* Let me know if you want to be included in CONTRIBUTORS.txt