From a2a874f093fcc882f41c9c9eae77d37e40598793 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 27 Nov 2021 19:45:08 +0100 Subject: [PATCH] docs: add @joostdecock as a contributor --- .all-contributorsrc | 5 +++-- CONTRIBUTORS.md | 26 ++++++++++++++++++++++++++ CONTRIBUTORS_BADGE.md | 4 ++++ 3 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTORS_BADGE.md diff --git a/.all-contributorsrc b/.all-contributorsrc index faa7f7a44aa..7f8423c5b70 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -4,11 +4,12 @@ "repoType": "github", "repoHost": "https://github.com", "files": [ - "CONTRIBUTORS.md" + "CONTRIBUTORS.md", + "CONTRIBUTORS_BADGE.md" ], "imageSize": 100, "commit": true, - "commitConvention": "none", + "commitConvention": "angular", "contributors": [ { "login": "joostdecock", diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e69de29bb2d..c99e4f935b3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -0,0 +1,26 @@ + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +

Joost De Cock

🚧
+ + + + + + + + + + + + + +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 diff --git a/CONTRIBUTORS_BADGE.md b/CONTRIBUTORS_BADGE.md new file mode 100644 index 00000000000..0128be3daa6 --- /dev/null +++ b/CONTRIBUTORS_BADGE.md @@ -0,0 +1,4 @@ + + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + \ No newline at end of file