Ver Fonte

Add code-of-conduct badge to READMEs

Evan Huus há 10 anos atrás
pai
commit
ed0319b32e
6 ficheiros alterados com 6 adições e 0 exclusões
  1. 1 0
      README.md
  2. 1 0
      batcher/README.md
  3. 1 0
      breaker/README.md
  4. 1 0
      deadline/README.md
  5. 1 0
      retrier/README.md
  6. 1 0
      semaphore/README.md

+ 1 - 0
README.md

@@ -3,6 +3,7 @@ go-resiliency
 
 [![Build Status](https://travis-ci.org/eapache/go-resiliency.svg?branch=master)](https://travis-ci.org/eapache/go-resiliency)
 [![GoDoc](https://godoc.org/github.com/eapache/go-resiliency?status.svg)](https://godoc.org/github.com/eapache/go-resiliency)
+[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)
 
 Resiliency patterns for golang.
 Based in part on [Hystrix](https://github.com/Netflix/Hystrix),

+ 1 - 0
batcher/README.md

@@ -3,6 +3,7 @@ batcher
 
 [![Build Status](https://travis-ci.org/eapache/go-resiliency.svg?branch=master)](https://travis-ci.org/eapache/go-resiliency)
 [![GoDoc](https://godoc.org/github.com/eapache/go-resiliency/batcher?status.svg)](https://godoc.org/github.com/eapache/go-resiliency/batcher)
+[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)
 
 The batching resiliency pattern for golang.
 

+ 1 - 0
breaker/README.md

@@ -3,6 +3,7 @@ circuit-breaker
 
 [![Build Status](https://travis-ci.org/eapache/go-resiliency.svg?branch=master)](https://travis-ci.org/eapache/go-resiliency)
 [![GoDoc](https://godoc.org/github.com/eapache/go-resiliency/breaker?status.svg)](https://godoc.org/github.com/eapache/go-resiliency/breaker)
+[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)
 
 The circuit-breaker resiliency pattern for golang.
 

+ 1 - 0
deadline/README.md

@@ -3,6 +3,7 @@ deadline
 
 [![Build Status](https://travis-ci.org/eapache/go-resiliency.svg?branch=master)](https://travis-ci.org/eapache/go-resiliency)
 [![GoDoc](https://godoc.org/github.com/eapache/go-resiliency/deadline?status.svg)](https://godoc.org/github.com/eapache/go-resiliency/deadline)
+[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)
 
 The deadline/timeout resiliency pattern for golang.
 

+ 1 - 0
retrier/README.md

@@ -3,6 +3,7 @@ retrier
 
 [![Build Status](https://travis-ci.org/eapache/go-resiliency.svg?branch=master)](https://travis-ci.org/eapache/go-resiliency)
 [![GoDoc](https://godoc.org/github.com/eapache/go-resiliency/retrier?status.svg)](https://godoc.org/github.com/eapache/go-resiliency/retrier)
+[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)
 
 The retriable resiliency pattern for golang.
 

+ 1 - 0
semaphore/README.md

@@ -3,6 +3,7 @@ semaphore
 
 [![Build Status](https://travis-ci.org/eapache/go-resiliency.svg?branch=master)](https://travis-ci.org/eapache/go-resiliency)
 [![GoDoc](https://godoc.org/github.com/eapache/go-resiliency/semaphore?status.svg)](https://godoc.org/github.com/eapache/go-resiliency/semaphore)
+[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)
 
 The semaphore resiliency pattern for golang.