Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 5892ca2

Browse files
docs: add @DmitryEfimenko as a contributor
1 parent 50e8b96 commit 5892ca2

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.all-contributorsrc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
"imageSize": 100,
1010
"commit": true,
1111
"commitConvention": "angular",
12-
"contributors": [],
12+
"contributors": [
13+
{
14+
"login": "DmitryEfimenko",
15+
"name": "Dmitry A. Efimenko",
16+
"avatar_url": "https://avatars0.githubusercontent.com/u/2098175?v=4",
17+
"profile": "https://github.com/DmitryEfimenko/",
18+
"contributions": [
19+
"code",
20+
"design",
21+
"doc",
22+
"ideas"
23+
]
24+
}
25+
],
1326
"contributorsPerLine": 7
1427
}

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Just include something similar to the following in your global css file:
184184
- `test:lib:headless` - Runs tests in headless mode with Chrome
185185
- `release` - Releases a new version. This will bump the library's version, and update the `CHANGE_LOG` file based on the commit message
186186
- `release:first` - Creates the first release
187-
- `commit` - Creates a new commit message based on Angular commit messgae convention
187+
- `commit` - Creates a new commit message based on Angular commit message convention
188188
- `contributors:add` - Adds a new contributor to the `README` file
189189

190190
## License
@@ -198,6 +198,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
198198
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
199199
<!-- prettier-ignore-start -->
200200
<!-- markdownlint-disable -->
201+
<table>
202+
<tr>
203+
<td align="center"><a href="https://github.com/DmitryEfimenko/"><img src="https://avatars0.githubusercontent.com/u/2098175?v=4" width="100px;" alt=""/><br /><sub><b>Dmitry A. Efimenko</b></sub></a><br /><a href="https://github.com/ngspot/ngs-errors/commits?author=DmitryEfimenko" title="Code">💻</a> <a href="#design-DmitryEfimenko" title="Design">🎨</a> <a href="https://github.com/ngspot/ngs-errors/commits?author=DmitryEfimenko" title="Documentation">📖</a> <a href="#ideas-DmitryEfimenko" title="Ideas, Planning, & Feedback">🤔</a></td>
204+
</tr>
205+
</table>
206+
201207
<!-- markdownlint-enable -->
202208
<!-- prettier-ignore-end -->
203209

0 commit comments

Comments
 (0)