From 4f9514885bfe62ae73ce0bdab2d9b9eaa8c0948f Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 12 Dec 2020 11:19:04 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/README.md b/README.md
index ca172abb7..05a0cb39d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
+
+[](#contributors-)
+
@@ -86,5 +89,17 @@ Our [Code of Conduct](https://github.com/sct/overseerr/blob/develop/CODE_OF_COND
## Contributors
## Contributing
+
+
+
+
+
+
+
+
You can help build Overseerr too! Check out our [Contribution Guide](https://github.com/sct/overseerr/blob/develop/CONTRIBUTING.md) to get started.
From e6c5d6ff7c429ba4efc57e8f9644ab32df211996 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 12 Dec 2020 11:19:05 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.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 000000000..b3949b238
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,26 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "sct",
+ "name": "sct",
+ "avatar_url": "https://avatars1.githubusercontent.com/u/234213?v=4",
+ "profile": "https://sct.dev",
+ "contributions": [
+ "code",
+ "design",
+ "ideas"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "overseerr",
+ "projectOwner": "sct",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}