Skip to content

Commit f71229c

Browse files
docs: add taylorbobaylor as a contributor for doc (#21)
* 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 7cbf329 commit f71229c

2 files changed

Lines changed: 51 additions & 1 deletion

File tree

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "taylorbobaylor",
12+
"name": "Taylor Christian",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/25238885?v=4",
14+
"profile": "https://github.com/taylorbobaylor",
15+
"contributions": [
16+
"doc"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "cdk-constructs",
25+
"projectOwner": "LayeredCraft"
26+
}

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# LayeredCraft CDK Constructs
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
[![Build Status](https://github.com/LayeredCraft/cdk-constructs/actions/workflows/build.yaml/badge.svg)](https://github.com/LayeredCraft/cdk-constructs/actions/workflows/build.yaml)
47
[![NuGet](https://img.shields.io/nuget/v/LayeredCraft.Cdk.Constructs.svg)](https://www.nuget.org/packages/LayeredCraft.Cdk.Constructs/)
@@ -144,4 +147,25 @@ See [CHANGELOG.md](CHANGELOG.md) for details on releases and changes.
144147

145148
---
146149

147-
Built with ❤️ by the LayeredCraft team
150+
Built with ❤️ by the LayeredCraft team
151+
## Contributors ✨
152+
153+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
154+
155+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
156+
<!-- prettier-ignore-start -->
157+
<!-- markdownlint-disable -->
158+
<table>
159+
<tbody>
160+
<tr>
161+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/taylorbobaylor"><img src="https://avatars.githubusercontent.com/u/25238885?v=4?s=100" width="100px;" alt="Taylor Christian"/><br /><sub><b>Taylor Christian</b></sub></a><br /><a href="https://github.com/LayeredCraft/cdk-constructs/commits?author=taylorbobaylor" title="Documentation">📖</a></td>
162+
</tr>
163+
</tbody>
164+
</table>
165+
166+
<!-- markdownlint-restore -->
167+
<!-- prettier-ignore-end -->
168+
169+
<!-- ALL-CONTRIBUTORS-LIST:END -->
170+
171+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)