From ff46b8801f2a260314fe2717553967cd6c62606f Mon Sep 17 00:00:00 2001 From: Bart Venter Date: Thu, 20 Jun 2024 06:48:15 +0000 Subject: [PATCH] docs(README): Update contributing guidelines --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b2e591..f82fb57 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ go get -u github.com/bartventer/gocache | Memcache | [bradfitz/gomemcache](https://github.com/bradfitz/gomemcache) | [![Go Reference](https://pkg.go.dev/badge/github.com/bartventer/gocache/memcache.svg)](https://pkg.go.dev/github.com/bartventer/gocache/memcache) | | RAM Cache (in-memory) | [bartventer/gocache](https://github.com/bartventer/gocache) | [![Go Reference](https://pkg.go.dev/badge/github.com/bartventer/gocache/ramcache.svg)](https://pkg.go.dev/github.com/bartventer/gocache/ramcache) | -_Pull requests for additional cache implementations are welcome!_ +_**Note**: More coming soon!_ + +_See the [Contributing](#contributing) section if you would like to add a new cache implementation._ ## Usage @@ -217,7 +219,7 @@ func main() { ## Contributing -All contributions are welcome! Open a pull request to request a feature or submit a bug report. +All contributions are welcome! Please see our [Contributing Guide](CONTRIBUTING.md) for details on how to contribute. ## License