From 0838ef7abd5cc8872df84de959637cc19f28f16d Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 29 Jul 2025 10:14:49 +1000 Subject: [PATCH] README: Add Contributors Avatars, Star History, Table of Contents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://www.star-history.com/ https://contrib.rocks Added some more 💄 to the README which showcases some great statistics. Both tools are popular and a lot of projects use them. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 6349f6627..5e8ac1004 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,22 @@ +### Table of contents + +- [What is mruby](#what-is-mruby) +- [How to get mruby](#how-to-get-mruby) +- [mruby homepage](#mruby-homepage) +- [Mailing list](#mailing-list) +- [How to compile, test, and install (mruby and gems)](#how-to-compile-test-and-install-mruby-and-gems) +- [Building documentation](#building-documentation) +- [How to customize mruby (mrbgems)](#how-to-customize-mruby-mrbgems) +- [Index of Document](#index-of-document) +- [License](#license) +- [Note for License](#note-for-license) +- [How to Contribute](#how-to-contribute) +- [Star History](#star-history) +- [Contributors](#contributors) + ## What is mruby mruby is the lightweight implementation of the Ruby language complying to (part @@ -135,5 +151,13 @@ Please ask us if you want to distribute your code under another license. To contribute to mruby, please refer to the [contribution guidelines][contribution-guidelines] and send a pull request to the [mruby GitHub repository](https://github.com/mruby/mruby). By contributing, you grant non-exclusive rights to your code under the MIT License. +## Star History + +[![mruby Star History](https://api.star-history.com/svg?repos=mruby/mruby&type=Date)](https://www.star-history.com/#mruby/mruby&Date) + +## Contributors + +[![mruby Contributors](https://contrib.rocks/image?repo=mruby/mruby&anon=1&max=500)](https://github.com/mruby/mruby/graphs/contributors) + [ISO-standard]: https://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579 [contribution-guidelines]: CONTRIBUTING.md