From 9c02875b90e41dfaec80ddd1a9d81c1da781c072 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 11:48:04 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0147bf9..2a9fe4d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # LayeredCraft CDK Constructs + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![Build Status](https://github.com/LayeredCraft/cdk-constructs/actions/workflows/build.yaml/badge.svg)](https://github.com/LayeredCraft/cdk-constructs/actions/workflows/build.yaml) [![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. --- -Built with ❤️ by the LayeredCraft team \ No newline at end of file +Built with ❤️ by the LayeredCraft team +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +
Taylor Christian
Taylor Christian

📖
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 67b91f7c4217e2ec5bfebf13cf584792c6ade75e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 11:48:05 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..5ddd168 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "taylorbobaylor", + "name": "Taylor Christian", + "avatar_url": "https://avatars.githubusercontent.com/u/25238885?v=4", + "profile": "https://github.com/taylorbobaylor", + "contributions": [ + "doc" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "cdk-constructs", + "projectOwner": "LayeredCraft" +}