From 269075103ac683be1eb6f2184024a377626f7298 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 9 Jun 2022 14:55:00 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/README.md b/README.md
index a3ee20c2..ec7926bf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# Taxonium
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
Taxonium is a tool for exploring trees.
@@ -47,6 +50,19 @@ Taxonium now consists of a number of components:
## Contributors
Taxonium is built and maintained by Theo Sanderson at the Francis Crick Institute.
+
+
+
+
+
+
+
+
+
We are very grateful to our contributors:
From 3967c9d8df9ef25baaf3b58b2459e4641156e0f1 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 9 Jun 2022 14:55:01 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 00000000..f6c9bd68
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,29 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "theosanderson",
+ "name": "Theo Sanderson",
+ "avatar_url": "https://avatars.githubusercontent.com/u/19732295?v=4",
+ "profile": "http://theo.io",
+ "contributions": [
+ "code",
+ "doc",
+ "design",
+ "ideas",
+ "infra",
+ "maintenance"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "taxonium",
+ "projectOwner": "theosanderson",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}