From a3ef30001dde0eb8ee82d1702a4f9177ca9e6fe8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Fri, 3 May 2019 20:29:37 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 383bdb6..cd6fb40 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)

svelte-testing-library

@@ -186,6 +187,11 @@ light-weight, simple, and understandable. ## Contributors + + +
Ben Monro
Ben Monro

💻 ⚠️ 🤔 📖
+ + Thanks goes to these people ([emoji key][emojis]): From 9002c437f42bbfdf4048463130ee8be40bb241b8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Fri, 3 May 2019 20:29:39 +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 0000000..db93254 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "benmonro", + "name": "Ben Monro", + "avatar_url": "https://avatars3.githubusercontent.com/u/399236?v=4", + "profile": "https://github.com/benmonro", + "contributions": [ + "code", + "test", + "ideas", + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "svelte-testing-library", + "projectOwner": "testing-library", + "repoType": "github", + "repoHost": "https://github.com" +}