Skip to content

Commit

Permalink
docs(README): Update contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Jun 20, 2024
1 parent 3f1fb2d commit ff46b88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ff46b88

Please sign in to comment.