Skip to content

Commit

Permalink
docs: add devopsbrett as a contributor (#17)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] committed Mar 26, 2020
1 parent e00c88f commit 5405fdf
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 44 deletions.
91 changes: 50 additions & 41 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,43 +1,52 @@
{
"files": [
"README.md"
],
"imageSize": 50,
"contributorsPerLine": 12,
"commit": false,
"contributors": [
{
"login": "gkze",
"name": "George Kontridze",
"avatar_url": "https://avatars0.githubusercontent.com/u/3131232?v=4",
"profile": "https://github.com/gkze",
"contributions": [
"code"
]
},
{
"login": "pacodes",
"name": "Pacodes",
"avatar_url": "https://avatars2.githubusercontent.com/u/28688410?v=4",
"profile": "https://github.com/pacodes",
"contributions": [
"test",
"code"
]
},
{
"login": "BarbUk",
"name": "BarbUk",
"avatar_url": "https://avatars3.githubusercontent.com/u/64371?v=4",
"profile": "https://772424.com",
"contributions": [
"code"
]
}
],
"projectName": "hostctl",
"projectOwner": "guumaster",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
"files": [
"README.md"
],
"imageSize": 50,
"contributorsPerLine": 12,
"commit": false,
"contributors": [
{
"login": "gkze",
"name": "George Kontridze",
"avatar_url": "https://avatars0.githubusercontent.com/u/3131232?v=4",
"profile": "https://github.com/gkze",
"contributions": [
"code"
]
},
{
"login": "pacodes",
"name": "Pacodes",
"avatar_url": "https://avatars2.githubusercontent.com/u/28688410?v=4",
"profile": "https://github.com/pacodes",
"contributions": [
"test",
"code"
]
},
{
"login": "BarbUk",
"name": "BarbUk",
"avatar_url": "https://avatars3.githubusercontent.com/u/64371?v=4",
"profile": "https://772424.com",
"contributions": [
"code"
]
},
{
"login": "devopsbrett",
"name": "Brett Mack",
"avatar_url": "https://avatars1.githubusercontent.com/u/4403441?v=4",
"profile": "https://github.com/devopsbrett",
"contributions": [
"code"
]
}
],
"projectName": "hostctl",
"projectOwner": "guumaster",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Go Report Card][report-badge]][report-link]
[![License][license-badge]][license-link]
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->


Expand Down Expand Up @@ -265,10 +265,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="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/pacodes"><img src="https://avatars2.githubusercontent.com/u/28688410?v=4" width="50px;" alt=""/><br /><sub><b>Pacodes</b></sub></a><br /><a href="https://github.com/guumaster/hostctl/commits?author=pacodes" title="Tests">⚠️</a> <a href="https://github.com/guumaster/hostctl/commits?author=pacodes" title="Code">💻</a></td>
<td align="center"><a href="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/gkze"><img src="https://avatars0.githubusercontent.com/u/3131232?v=4" width="50px;" alt=""/><br /><sub><b>George Kontridze</b></sub></a><br /><a href="https://github.com/guumaster/hostctl/commits?author=gkze" title="Code">💻</a></td>
<td align="center"><a href="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/pacodes"><img src="https://avatars2.githubusercontent.com/u/28688410?v=4" width="50px;" alt=""/><br /><sub><b>Pacodes</b></sub></a><br /><a href="https://github.com/guumaster/hostctl/commits?author=pacodes" title="Tests">⚠️</a> <a href="https://github.com/guumaster/hostctl/commits?author=pacodes" title="Code">💻</a></td>
<td align="center"><a href="https://772424.com"><img src="https://avatars3.githubusercontent.com/u/64371?v=4" width="50px;" alt=""/><br /><sub><b>BarbUk</b></sub></a><br /><a href="https://github.com/guumaster/hostctl/commits?author=BarbUk" title="Code">💻</a></td>
</tr>
<td align="center"><a href="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/devopsbrett"><img src="https://avatars1.githubusercontent.com/u/4403441?v=4" width="50px;" alt=""/><br /><sub><b>Brett Mack</b></sub></a><br /><a href="https://github.com/guumaster/hostctl/commits?author=devopsbrett" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
Expand Down

0 comments on commit 5405fdf

Please sign in to comment.