Prechádzať zdrojové kódy

Add code-of-conduct badge to README

Evan Huus 10 rokov pred
rodič
commit
6ddb63f22e
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1,8 +1,9 @@
 Queue
 =====
 
-[![Build Status](https://travis-ci.org/eapache/queue.svg)](https://travis-ci.org/eapache/queue)
 [![GoDoc](https://godoc.org/github.com/eapache/queue?status.png)](https://godoc.org/github.com/eapache/queue)
+[![Build Status](https://travis-ci.org/eapache/queue.svg)](https://travis-ci.org/eapache/queue)
+[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)
 
 A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.
 Using this instead of other, simpler, queue implementations (slice+append or linked list) provides