From 12d625f561e1260ca72dd69dca26def509e7c2dd Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Thu, 6 Jun 2019 20:18:01 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 8a3fc61c..cb2469c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![](https://github.com/Eugeny/terminus/raw/master/docs/readme.png) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

GitHub Travis (.org) @@ -63,3 +64,15 @@ See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) and ## License [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FEugeny%2Fterminus.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FEugeny%2Fterminus?ref=badge_large) + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + +
Russell Myers
Russell Myers

💻
+ + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From ec981dc24de4674c3de77d7fa735c54f2dda3e51 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Thu, 6 Jun 2019 20:18:02 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..3195b086 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "mezner", + "name": "Russell Myers", + "avatar_url": "https://avatars2.githubusercontent.com/u/184085?v=4", + "profile": "http://www.russellmyers.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "terminus", + "projectOwner": "Eugeny", + "repoType": "github", + "repoHost": "https://github.com" +}