From 961f1a75b78a59cf7e824c35e505a2f5fe97737b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Sat, 23 Feb 2019 14:32:15 +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 354e7908..c5eb4279 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Colouring London +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) How many buildings are there in London? What are their characteristics? Where are they located and how do they contribute to the city? How adaptable are @@ -55,3 +56,15 @@ and technical support. You should have received a copy of the GNU General Public License along with this program. If not, see . + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)): + + + +| [dominic
dominic](https://dghumphrey.co.uk/)
[🤔](#ideas-dominijk "Ideas, Planning, & Feedback") [🖋](#content-dominijk "Content") | +| :---: | + + +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 29ccc5b8538569384eef4a86d6d5f577ea630717 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Sat, 23 Feb 2019 14:32:16 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..1ebaf5f4 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "projectName": "colouring-london", + "projectOwner": "tomalrussell", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "dominijk", + "name": "dominic", + "avatar_url": "https://avatars0.githubusercontent.com/u/6041913?v=4", + "profile": "https://dghumphrey.co.uk/", + "contributions": [ + "ideas", + "content" + ] + } + ], + "contributorsPerLine": 7 +}