Skip to content

Commit 5e42fd9

Browse files
committed
Merge branch 'master' of github.com:kirillrogovoy/pullkee
2 parents 700841c + d9f09d3 commit 5e42fd9

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 Kirill Rogovoy
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
# pullkee [![Build Status](https://travis-ci.org/kirillrogovoy/pullkee.svg?branch=master)](https://travis-ci.org/kirillrogovoy/pullkee)
2-
3-
A simple Pull Requests analyzer
4-
5-
<img src="https://maxcdn.icons8.com/Android_L/PNG/512/Programming/pull_request-512.png" width="200" alt="Pull request icon">
6-
7-
godoc.org link: https://godoc.org/github.com/kirillrogovoy/pullkee
1+
<p align="center">
2+
<img src="https://maxcdn.icons8.com/Android_L/PNG/512/Programming/pull_request-512.png" width="200" alt="Pull request icon">
3+
<h3 align="center">pullkee</h3>
4+
<p align="center">A simple Pull Requests analyzer.</p>
5+
<p align="center">
6+
<a href="https://github.com/kirillrogovoy/pullkee/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/kirillrogovoy/pullkee.svg?style=flat-square"></a>
7+
<a href="/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
8+
<a href="https://travis-ci.org/kirillrogovoy/pullkee"><img alt="Travis" src="https://img.shields.io/travis/kirillrogovoy/pullkee.svg?style=flat-square"></a>
9+
<a href="https://codecov.io/gh/kirillrogovoy/pullkee"><img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/kirillrogovoy/pullkee/master.svg?style=flat-square"></a>
10+
<a href="https://goreportcard.com/report/github.com/kirillrogovoy/pullkee"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/kirillrogovoy/pullkee?style=flat-square"></a>
11+
<a href="http://godoc.org/github.com/kirillrogovoy/pullkee"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square"></a>
12+
<a href="https://github.com/goreleaser"><img alt="Powered By: GoReleaser" src="https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square"></a>
13+
</p>
14+
</p>
815

916
## Why?
1017

0 commit comments

Comments
 (0)