From a6ba631857bd85f38c891274bda7bf8b87627e6a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 21:13:39 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 7ec5de2..70d22c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # 📦 PackWatch 👀 + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + > It ain't easy being tiny. @@ -42,3 +45,22 @@ packwatch --update-manifest ``` Just commit your `.packwatch.json` manifest and you're good to go! + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Marc Cataford

🤔 💻 🚇 ⚠️ 📖
+ + + + + +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 -- 2.45.2 From 1ade638d426eb208a59c58b41e944c815706aecb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 21:13:40 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..4529e04 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,28 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "mcataford", + "name": "Marc Cataford", + "avatar_url": "https://avatars2.githubusercontent.com/u/6210361?v=4", + "profile": "https://mcataford.github.io", + "contributions": [ + "ideas", + "code", + "infra", + "test", + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "packwatch", + "projectOwner": "mcataford", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} -- 2.45.2