Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 728485f

Browse files
committed
added THANKS document
1 parent cceb016 commit 728485f

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
thanks:
2+
if [ -f THANKS ]; then rm THANKS; fi
3+
echo "Thanks to the following folks who contributed to bipython!" > THANKS
4+
echo "" >> THANKS
5+
echo "commits Name" >> THANKS
6+
echo "------- -------------" >> THANKS
7+
git shortlog -sn >> THANKS
8+
9+
.PHONE: thanks

THANKS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Thanks to the following folks who contributed to bipython!
2+
3+
commits Name
4+
------- -------------
5+
83 Paul Ivanov
6+
1 Anthony Scopatz
7+
1 Robert Kern

0 commit comments

Comments
 (0)