doc: list of contributors

This commit is contained in:
Karan Misra 2014-05-19 11:20:28 +05:30
parent ccaa5d4909
commit b0f00069b5
3 changed files with 10 additions and 1 deletions

6
CONTRIBUTORS Normal file
View File

@ -0,0 +1,6 @@
Karan Misra <kidoman@gmail.com>
Kashyap Kopparam <kashyapkopparam@gmail.com>
Kunal Powar <kunalpowar1203@gmail.com>
Marco P. Monteiro <marco_monteiro@sv.comcast.com>
Nikesh Vora <nikesh.voratp@gmail.com>
kunalpowar <kunalpowar1203@gmail.com>

View File

@ -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).

3
update_contibutors.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com > CONTRIBUTORS