Add @Eugeny as a contributor

This commit is contained in:
Eugene Pankov 2022-04-12 18:56:13 +02:00
parent 438bb47fc7
commit 1bf37d5676
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 47 additions and 0 deletions

24
.all-contributorsrc Normal file
View file

@ -0,0 +1,24 @@
{
"projectName": "warpgate",
"projectOwner": "Eugeny",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "Eugeny",
"name": "Eugeny",
"avatar_url": "https://avatars.githubusercontent.com/u/161476?v=4",
"profile": "https://github.com/Eugeny",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}

View file

@ -1,4 +1,7 @@
# Warpgate
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Warpgate is a smart SSH bastion host for Linux that can be used with _any_ SSH client.
@ -37,3 +40,23 @@ In particular, we're working on:
* Build the API SDK: `just openapi-client`
* Build the frontend: `just yarn build`
* Build Warpgate: `cargo build` (optionally `--release`)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/Eugeny"><img src="https://avatars.githubusercontent.com/u/161476?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Eugeny</b></sub></a><br /><a href="https://github.com/Eugeny/warpgate/commits?author=Eugeny" title="Code">💻</a></td>
</tr>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!