From 52120ae173ecaf67221d7b1283704ef952470e29 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 26 Nov 2020 20:00:55 +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 137584c..a5979a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # CodeWe + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [CodeWe](https://codewe.org/) is an open-source live code-sharing website developed in Javascript with [express](https://expressjs.com/) and [MongoDB](https://www.mongodb.com/). @@ -61,3 +64,22 @@ Feel free to contribute, open an issue, then fork the repo and submit a PR. ## Licence This project is under MIT licence. The full licence can be read [here](https://github.com/allEyezOnCode/CodeWe). + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Brieuc Dubois

💻
+ + + + + +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 882da78a8614e6144f90cdeb2ab9faf85493972b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 26 Nov 2020 20:00:56 +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 0000000..b6eb916 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "BhasherBEL", + "name": "Brieuc Dubois", + "avatar_url": "https://avatars0.githubusercontent.com/u/45831883?v=4", + "profile": "https://github.com/BhasherBEL", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "CodeWe", + "projectOwner": "CodeWe-projet", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}