From d21373a26cc12a37eaab0182a21d0225c3b7ef34 Mon Sep 17 00:00:00 2001 From: chewxy Date: Tue, 15 Jan 2019 09:31:45 +1100 Subject: [PATCH] Updated README and CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 +++++++ README.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..b8d4cb2 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +# Contributors # + +The list of contributors to this library is listed in alphabetical order, first by name, failing which (i.e. if a name was not provided), the Github username will be used. + +* Austin Clements (@aclements) +* Naseer Dari (@ndari) +* Xuanyi Chew (@chewxy) \ No newline at end of file diff --git a/README.md b/README.md index 18d6fc0..361e9eb 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Contributions are welcome. The typical process works like this: 3. Add your contribution 4. Make a pull request 5. The pull request will be merged once tests pass, and code reviewed. +6. Add your name (if it hasn't already been added to CONTRIBUTORS.md) ## Pull Requests