Skip to content

Commit ac7c134

Browse files
docs: add aldas as a contributor for review (#1962)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Vishal Rana <[email protected]>
1 parent 560fca0 commit ac7c134

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
"contributions": [
4141
"maintenance"
4242
]
43+
},
44+
{
45+
"login": "aldas",
46+
"name": "Martti T.",
47+
"avatar_url": "https://avatars.githubusercontent.com/u/2320301?v=4",
48+
"profile": "https://github.com/aldas",
49+
"contributions": [
50+
"maintenance",
51+
"review"
52+
]
4353
}
4454
],
4555
"contributorsPerLine": 7,

README.md

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

66
[![Sourcegraph](https://sourcegraph.com/github.com/labstack/echo/-/badge.svg?style=flat-square)](https://sourcegraph.com/github.com/labstack/echo?badge)
@@ -126,25 +126,3 @@ func hello(c echo.Context) error {
126126
## License
127127

128128
[MIT](https://github.com/labstack/echo/blob/master/LICENSE)
129-
130-
## Contributors ✨
131-
132-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
133-
134-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
135-
<!-- prettier-ignore-start -->
136-
<!-- markdownlint-disable -->
137-
<table>
138-
<tr>
139-
<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> <a href="#maintenance-vishr" title="Maintenance">🚧</a></td>
140-
<td align="center"><a href="https://github.com/aldas"><img src="https://avatars.githubusercontent.com/u/2320301?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Martti T.</b></sub></a><br /><a href="#maintenance-aldas" title="Maintenance">🚧</a></td>
141-
<td align="center"><a href="https://github.com/pafuent"><img src="https://avatars.githubusercontent.com/u/6979945?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Pablo Andres Fuente</b></sub></a><br /><a href="#maintenance-pafuent" title="Maintenance">🚧</a></td>
142-
</tr>
143-
</table>
144-
145-
<!-- markdownlint-restore -->
146-
<!-- prettier-ignore-end -->
147-
148-
<!-- ALL-CONTRIBUTORS-LIST:END -->
149-
150-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)