Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# slice
[![Go Reference](https://pkg.go.dev/badge/github.com/go-slice/slice.svg)](https://pkg.go.dev/github.com/go-slice/slice)
[![Tests](https://github.com/go-slice/slice/actions/workflows/tests.yml/badge.svg)](https://github.com/go-slice/slice/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/go-slice/slice/badge.svg?branch=main)](https://coveralls.io/github/go-slice/slice?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-slice/slice)](https://goreportcard.com/report/github.com/go-slice/slice)
Comment on lines +1 to +4
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (documentation): Consider adding alt text to badge images for improved accessibility.

While the badges are correctly formatted and linked, adding alt text to the images would make the README more accessible to users relying on screen readers.

Suggested change
[![Go Reference](https://pkg.go.dev/badge/github.com/go-slice/slice.svg)](https://pkg.go.dev/github.com/go-slice/slice)
[![Tests](https://github.com/go-slice/slice/actions/workflows/tests.yml/badge.svg)](https://github.com/go-slice/slice/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/go-slice/slice/badge.svg?branch=main)](https://coveralls.io/github/go-slice/slice?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-slice/slice)](https://goreportcard.com/report/github.com/go-slice/slice)
[![Go Reference](https://pkg.go.dev/badge/github.com/go-slice/slice.svg)](https://pkg.go.dev/github.com/go-slice/slice#section-readme "Go Reference")
[![Tests](https://github.com/go-slice/slice/actions/workflows/tests.yml/badge.svg)](https://github.com/go-slice/slice/actions/workflows/tests.yml "Tests Status")
[![Coverage Status](https://coveralls.io/repos/github/go-slice/slice/badge.svg?branch=main)](https://coveralls.io/github/go-slice/slice?branch=main "Code Coverage")
[![Go Report Card](https://goreportcard.com/badge/github.com/go-slice/slice)](https://goreportcard.com/report/github.com/go-slice/slice "Go Report Card")


# slice
Loading