Skip to content

Commit

Permalink
fix(readme): Add passing example
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin Borsu committed Aug 19, 2016
1 parent 446f269 commit 3624db3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Komitet Git'a Bezopasnosti
[![CircleCI branch](https://img.shields.io/circleci/project/Sagacify/komitet-gita-bezopasnosti/master.svg?maxAge=2592000)](https://circleci.com/gh/Sagacify/komitet-gita-bezopasnosti/tree/master)
[![Docker Stars](https://img.shields.io/docker/stars/sagacify/kgb.svg?maxAge=2592000)](https://hub.docker.com/r/sagacify/kgb/)

Komitet Git'a Bezopasnosti (kgb) or Git security committee, is a commit
Komitet Git'a Bezopasnosti (kgb) or Git security committee, is a commit
message style enforcer.
It will listen to pull-request(pr) events from github, analyse the
commit messages in the pr, and if there are any violations,
it will submit a helpful if somewhat authoritative comment message and
commit messages in the pr, and if there are any violations,
it will submit a helpful if somewhat authoritative comment message and
set the status to error.
If there are no violations it will set the status to success.

Expand All @@ -28,3 +28,6 @@ examples
--------
* [failing](https://github.com/Sagacify/komitet-gita-bezopasnosti/pull/4)
* [passing](https://github.com/Sagacify/komitet-gita-bezopasnosti/pull/6)

* Add passing example

0 comments on commit 3624db3

Please sign in to comment.