From 10ce11bad760ef063b66e8672e7aa0fbfa294ec0 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 12 Dec 2019 16:51:08 +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 993227c5..6ac03d4a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# `gren` 🤖
+
+[](#contributors-)
+
> Github release notes and changelog generator
[](https://badge.fury.io/js/github-release-notes)
@@ -212,3 +215,22 @@ gren init
```
### [See full documentation here](https://github-tools.github.io/github-release-notes)
+
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+
+
+
+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 03c56da67b83ea88e7c720d7747683d99dd8bc74 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 12 Dec 2019 16:51:09 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.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..d286826f
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "datitisev",
+ "name": "David Sevilla MartÃn",
+ "avatar_url": "https://avatars2.githubusercontent.com/u/6401250?v=4",
+ "profile": "https://datitisev.me",
+ "contributions": [
+ "doc"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "github-release-notes",
+ "projectOwner": "github-tools",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}