Skip to content

Commit 07ddfa1

Browse files
committed
Add a list of contributors in README.md and remove AUTHORS file
This commit also adds AUTHORS and ChangeLog to .gitignore. ChangeLog is only used by autoconf/automake and it has a quite strict format. Since msgpack-c's change log is now written in Markdown, it's difficult to follow the ChangeLog format. So, unlike README.md, bootstrap doesn't copy CHANGELOG.md to ChangeLog.
1 parent 252d66a commit 07ddfa1

File tree

3 files changed

+4
-57
lines changed

3 files changed

+4
-57
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Files generated by the bootstrap script.
22
/INSTALL
3+
/AUTHORS
4+
/ChangeLog
35
/NEWS
46
/README
57
/ac/

AUTHORS

Lines changed: 0 additions & 57 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ Contributing
210210
To report an issue or send a pull request, use the
211211
[issue tracker](https://github.com/msgpack/msgpack-c/issues).
212212

213+
Here's the list of [great contributors](https://github.com/msgpack/msgpack-c/graphs/contributors).
214+
213215
License
214216
-------
215217

0 commit comments

Comments
 (0)