From 44bb23517c9d411ce45fde494a1de43b8d9949a7 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Mon, 6 May 2019 18:26:43 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fa6bcbfe..a06040d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

@angular-extensions/testing-library

@@ -243,3 +244,15 @@ Links: [stackoverflow]: https://stackoverflow.com/questions/tagged/angular-testing-library + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + +
Tim Deschryver
Tim Deschryver

💻 📖 🚇 ⚠️
+ + + +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 4051f5f4438277e633ef89a66cad10c811cec8e7 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Mon, 6 May 2019 18:26:44 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .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 00000000..a08be613 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "timdeschryver", + "name": "Tim Deschryver", + "avatar_url": "https://avatars1.githubusercontent.com/u/28659384?v=4", + "profile": "http://timdeschryver.dev", + "contributions": [ + "code", + "doc", + "infra", + "test" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "angular-testing-library", + "projectOwner": "testing-library", + "repoType": "github", + "repoHost": "https://github.com" +}