From 6cc32e3b12502fc1674efb26646d3b9c24d1cf3b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 13:38:37 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index e43f81ee..9da50bd3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # CurrencySite +<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> +[](#contributors-) +<!-- ALL-CONTRIBUTORS-BADGE:END --> School project for helping people consider throwing their trash out in the right bins, in order to help out with recycling. # Contributors @@ -11,3 +14,23 @@ Backend Django, HTML template implementation :---:| Front-end Javascript, Bootstrap and HTML [vassdeniss](https://github.com/vassdeniss)| + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> +<!-- prettier-ignore-start --> +<!-- markdownlint-disable --> +<table> + <tr> + <td align="center"><a href="https://github.com/vassdeniss"><img src="https://avatars.githubusercontent.com/u/72888249?v=4?s=100" width="100px;" alt=""/><br /><sub><b>vassdeniss</b></sub></a><br /><a href="#design-vassdeniss" title="Design">🎨</a></td> + </tr> +</table> + +<!-- markdownlint-restore --> +<!-- prettier-ignore-end --> + +<!-- ALL-CONTRIBUTORS-LIST:END --> + +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 -- 2.30.2 From 49a317af922850603c712a40bf3239f88b64be29 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 13:38:38 +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..311a5487 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "vassdeniss", + "name": "vassdeniss", + "avatar_url": "https://avatars.githubusercontent.com/u/72888249?v=4", + "profile": "https://github.com/vassdeniss", + "contributions": [ + "design" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "reValuate", + "projectOwner": "yamozha", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} -- 2.30.2