Skip to content

Commit ad3374a

Browse files
authored
Enhance README with badges and new sections
Added badges and sections for contributing and star history.
1 parent 781a08c commit ad3374a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# HTMLChat 💬
2+
[![GitHub Pages Build](https://github.com/HTMLToolkit/HTMLChat/actions/workflows/static.yml/badge.svg)](https://github.com/HTMLToolkit/HTMLChat/actions/workflows/static.yml)
23

34
A retro-styled, browser-only chat client.
45
Version: **v0.2.0-beta**
@@ -52,3 +53,24 @@ You can swap `baseURL` in the JS if you want to host your own.
5253
## License
5354

5455
MIT, because why not.
56+
57+
## Contributing
58+
59+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
60+
<!-- prettier-ignore-start -->
61+
<!-- markdownlint-disable -->
62+
63+
<!-- markdownlint-restore -->
64+
<!-- prettier-ignore-end -->
65+
66+
<!-- ALL-CONTRIBUTORS-LIST:END -->
67+
68+
## Star History
69+
70+
<a href="https://www.star-history.com/#HTMLToolkit/HTMLChat&Date">
71+
<picture>
72+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=HTMLToolkit/HTMLChat&type=Date&theme=dark" />
73+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=HTMLToolkit/HTMLChat&type=Date" />
74+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=HTMLToolkit/HTMLChat&type=Date" />
75+
</picture>
76+
</a>

0 commit comments

Comments
 (0)