From b0f00069b5a89c0e9cf2bdbca3cd3dcd977299c8 Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Mon, 19 May 2014 11:20:28 +0530 Subject: [PATCH] doc: list of contributors --- CONTRIBUTORS | 6 ++++++ README.md | 2 +- update_contibutors.sh | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTORS create mode 100755 update_contibutors.sh diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..dbc3a8e --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,6 @@ +Karan Misra +Kashyap Kopparam +Kunal Powar +Marco P. Monteiro +Nikesh Vora +kunalpowar diff --git a/README.md b/README.md index 69ef648..3baa1e7 100644 --- a/README.md +++ b/README.md @@ -224,4 +224,4 @@ File an [issue](https://github.com/kidoman/embd/issues), open a [pull request](h ## About -EMBD is affectionately designed/developed by Karan Misra ([kidoman](https://github.com/kidoman)), Kunal Powar ([kunalpowar](https://github.com/kunalpowar)) and [FRIENDS](https://github.com/kidoman/embd/blob/master/AUTHORS). +EMBD is affectionately designed/developed by Karan Misra ([kidoman](https://github.com/kidoman)), Kunal Powar ([kunalpowar](https://github.com/kunalpowar)) and [FRIENDS](https://github.com/kidoman/embd/blob/master/AUTHORS). We also have a list of [CONTRIBUTORS](https://github.com/kidoman/embd/blob/master/CONTRIBUTORS). diff --git a/update_contibutors.sh b/update_contibutors.sh new file mode 100755 index 0000000..adde090 --- /dev/null +++ b/update_contibutors.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com > CONTRIBUTORS