Skip to content

Commit 6a838af

Browse files
authored
Add build status badge
1 parent 32810e4 commit 6a838af

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313

1414
![Written in Mojo][language-shield]
1515
[![MIT License][license-shield]][license-url]
16-
[![Contributors Welcome][contributors-shield]][contributors-url]
16+
![Build status][build-shield]
17+
<br/>
1718
[![Join our Discord][discord-shield]][discord-url]
18-
19+
[![Contributors Welcome][contributors-shield]][contributors-url]
1920

2021

2122
</p>
@@ -36,10 +37,11 @@ Lightbug currently has the following features:
3637

3738

3839
We're working on support for the following (contributors welcome!):
39-
- [ ] SSL/HTTPS
40-
- [ ] Better error handling, improved form/multipart and JSON support
41-
- [ ] Multiple simultaneous connections, parallelization and performance optimizations
42-
- [ ] WebSockets, HTTP 2.0
40+
- [ ] [SSL/HTTPS support](https://github.com/saviorand/lightbug_http/issues/20)
41+
- [ ] [Better error handling](https://github.com/saviorand/lightbug_http/issues/3), [improved form/multipart and JSON support](https://github.com/saviorand/lightbug_http/issues/4)
42+
- [ ] [Multiple simultaneous connections](https://github.com/saviorand/lightbug_http/issues/5), [parallelization and performance optimizations](https://github.com/saviorand/lightbug_http/issues/6)
43+
- [ ] [WebSockets](https://github.com/saviorand/lightbug_http/issues/7), [HTTP 2.0 support](https://github.com/saviorand/lightbug_http/issues/8)
44+
- [ ] [ASGI spec conformance](https://github.com/saviorand/lightbug_http/issues/17)
4345

4446
The test coverage is also something we're working on.
4547

@@ -208,13 +210,14 @@ We were drawing a lot on the following projects:
208210
Want your name to show up here? See [CONTRIBUTING.md](./CONTRIBUTING.md)!
209211

210212
<a href="https://github.com/saviorand/lightbug_http/graphs/contributors">
211-
<img src="https://contrib.rocks/image?repo=saviorand/lightbug_http" />
213+
<img src="https://contrib.rocks/image?repo=saviorand/lightbug_http&max=100" />
212214
</a>
213215

214216
<sub>Made with [contrib.rocks](https://contrib.rocks).</sub>
215217

216218
<!-- MARKDOWN LINKS & IMAGES -->
217219
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
220+
[build-shield]: https://img.shields.io/github/actions/workflow/status/saviorand/lightbug_http/.github%2Fworkflows%2Fpackage.yml
218221
[language-shield]: https://img.shields.io/badge/language-mojo-orange
219222
[license-shield]: https://img.shields.io/github/license/saviorand/lightbug_http?logo=github
220223
[license-url]: https://github.com/saviorand/lightbug_http/blob/main/LICENSE

0 commit comments

Comments
 (0)