From b3e071fed017a6482c75d8b711c08054d808f6de Mon Sep 17 00:00:00 2001 From: "zeobot[bot]" <71174435+zeobot[bot]@users.noreply.github.com> Date: Sun, 11 Apr 2021 19:00:18 +0000 Subject: [PATCH 1/3] create docs/contributors.md --- docs/contributors.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/contributors.md diff --git a/docs/contributors.md b/docs/contributors.md new file mode 100644 index 0000000..1cdce0c --- /dev/null +++ b/docs/contributors.md @@ -0,0 +1,25 @@ + +## 🏆 Contributors 🏆 + + + + +### :zap: Contributors List :zap: +

+ +

+ +--- +### :pushpin: Teodor G. ([@TeodorHMX1](https://github.com/TeodorHMX1)) +#### Contributions: +- :bust_in_silhouette::computer: Code +- :open_book::pencil2: Documentation +- :construction::gear: Infrastructure (Hosting, Build-Tools, etc) +- :bust_in_silhouette::toolbox: Maintenance + + + +###### Contributors list generated by [` @zeobot[bot] `](https://github.com/apps/zeobot) + + + From 16cffa41061e646e449f9b1548a7a8db8fb4bfaa Mon Sep 17 00:00:00 2001 From: "zeobot[bot]" <71174435+zeobot[bot]@users.noreply.github.com> Date: Sun, 11 Apr 2021 19:00:19 +0000 Subject: [PATCH 2/3] update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 8f8de59..056693f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # Eyejet Lifecycle-aware shared observable data holder class. + +## 🏆 Contributors 🏆 + + + + +

+ +

+ + + + \ No newline at end of file From c7e1e751f129492e5aa13d7729cd1a2569b5b0ed Mon Sep 17 00:00:00 2001 From: "zeobot[bot]" <71174435+zeobot[bot]@users.noreply.github.com> Date: Sun, 11 Apr 2021 19:00:20 +0000 Subject: [PATCH 3/3] create .zeobot/contributors.src --- .zeobot/contributors.src | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .zeobot/contributors.src diff --git a/.zeobot/contributors.src b/.zeobot/contributors.src new file mode 100644 index 0000000..1ac986f --- /dev/null +++ b/.zeobot/contributors.src @@ -0,0 +1,25 @@ +{ + "projectName": "eyejet", + "projectOwner": "zeoflow", + "repoType": "github", + "repoHost": "https://github.com", + "contributors": [ + { + "login": "TeodorHMX1", + "name": "Teodor G.", + "avatar_url": "https://avatars.githubusercontent.com/u/22307006?v=4", + "profile": "http://team.zeoflow.com/teodor_g", + "contributions": [ + "code", + "doc", + "infra", + "maintenance" + ] + } + ], + "files": [ + "README.md", + "docs/contributors.md" + ], + "contributorsPerLine": 7 +}