From 5c8dbecb487566a3438b23664b3f68b92758cd5c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 05:40:00 +0200 Subject: [PATCH] docs: add AndreasAugustin as a contributor (#21) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * fix(lint): fix lint error Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: AndreasAugustin --- .all-contributorsrc | 24 ++++++++++++++++++++++++ .markdownlint.json | 1 - README.md | 23 +++++++++++++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..895f31c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "AndreasAugustin", + "name": "andy Augustin", + "avatar_url": "https://avatars0.githubusercontent.com/u/8027933?v=4", + "profile": "https://github.com/AndreasAugustin", + "contributions": [ + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "actions-template-sync", + "projectOwner": "AndreasAugustin", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/.markdownlint.json b/.markdownlint.json index b077f0e..67d2ae5 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,4 +1,3 @@ { - "default": true, "MD013": false } diff --git a/README.md b/README.md index f28b5d1..9584764 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # template + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ![Lint](https://github.com/AndreasAugustin/actions-template-sync/workflows/Lint/badge.svg) @@ -9,3 +12,23 @@ The development environment targets are located in the [Makefile](Makefile) ```bash make help ``` + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

andy Augustin

📖
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) +specification. Contributions of any kind welcome!