]> go.fuhry.dev Git - fsnotify.git/commitdiff
maintainers wanted
authorNathan Youngman <git@nathany.com>
Fri, 14 Jan 2022 05:07:14 +0000 (22:07 -0700)
committerNathan Youngman <git@nathany.com>
Fri, 14 Jan 2022 05:07:14 +0000 (22:07 -0700)
README.md

index 238306fe9fa58cbdd78781c85ed27a8d884f38d5..c67b5eb9f83faef8072c4eeabc8b9fff19b7aff2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # File system notifications for Go
 
-[![Go Reference](https://pkg.go.dev/badge/github.com/fsnotify/fsnotify.svg)](https://pkg.go.dev/github.com/fsnotify/fsnotify) [![Go Report Card](https://goreportcard.com/badge/github.com/fsnotify/fsnotify)](https://goreportcard.com/report/github.com/fsnotify/fsnotify)
+[![Go Reference](https://pkg.go.dev/badge/github.com/fsnotify/fsnotify.svg)](https://pkg.go.dev/github.com/fsnotify/fsnotify) [![Go Report Card](https://goreportcard.com/badge/github.com/fsnotify/fsnotify)](https://goreportcard.com/report/github.com/fsnotify/fsnotify) [![Maintainers Wanted](https://img.shields.io/badge/maintainers-wanted-red.svg)](https://github.com/fsnotify/fsnotify/issues/183)
+
+
 
 fsnotify utilizes [golang.org/x/sys](https://godoc.org/golang.org/x/sys) rather than `syscall` from the standard library.