Skip to content

Commit 128cb7f

Browse files
docs: add vishr as a contributor for design (#1958)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 3dfe1a7 commit 128cb7f

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "vishr",
10+
"name": "Vishal Rana",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/314036?v=4",
12+
"profile": "http://vishr.com",
13+
"contributions": [
14+
"design"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "echo",
20+
"projectOwner": "labstack",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<a href="https://echo.labstack.com"><img height="80" src="https://cdn.labstack.com/images/echo-logo.svg"></a>
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![Sourcegraph](https://sourcegraph.com/github.com/labstack/echo/-/badge.svg?style=flat-square)](https://sourcegraph.com/github.com/labstack/echo?badge)
47
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/github.com/labstack/echo/v4)
@@ -124,3 +127,23 @@ func hello(c echo.Context) error {
124127
## License
125128

126129
[MIT](https://github.com/labstack/echo/blob/master/LICENSE)
130+
131+
## Contributors ✨
132+
133+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
134+
135+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
136+
<!-- prettier-ignore-start -->
137+
<!-- markdownlint-disable -->
138+
<table>
139+
<tr>
140+
<td align="center"><a href="http://vishr.com"><img src="https://avatars.githubusercontent.com/u/314036?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vishal Rana</b></sub></a><br /><a href="#design-vishr" title="Design">🎨</a></td>
141+
</tr>
142+
</table>
143+
144+
<!-- markdownlint-restore -->
145+
<!-- prettier-ignore-end -->
146+
147+
<!-- ALL-CONTRIBUTORS-LIST:END -->
148+
149+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)