From 6b50ccd0e56fa0e2f9d1cb5f7735d99e99fac43b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 05:42:44 +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 4db32d79..0d67cabe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Hydro + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhydro-dev%2FHydro.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhydro-dev%2FHydro?ref=badge_shield) Hydro是一个高效的信息学在线测评系统。特点:易于部署,轻量,功能强大且易于扩展。 @@ -45,3 +48,22 @@ Telegram [@webpack_exports_undefined](https://t.me/webpack_exports_undefined) ## License [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhydro-dev%2FHydro.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhydro-dev%2FHydro?ref=badge_large) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

undefined

💻 🖋 📖 🤔 🚧 🚇 💬 👀
+ + + + + +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 0abc8e137ae0044d655639e0a5f744d5fc52a5a5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 05:42:45 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..926b9b5e --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,31 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "undefined-moe", + "name": "undefined", + "avatar_url": "https://avatars3.githubusercontent.com/u/29992205?v=4", + "profile": "https://undefined.moe/", + "contributions": [ + "code", + "content", + "doc", + "ideas", + "maintenance", + "infra", + "question", + "review" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Hydro", + "projectOwner": "hydro-dev", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}