From f47627da743da3cef2e5411b6f40ce689c122dbd Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 12:29:59 +0800 Subject: [PATCH] docs: add kagol as a contributor for code (#215) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * Update README.md --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Kagol --- .all-contributorsrc | 25 +++++++++++++++++++++++++ README.md | 11 +++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..736aa2e5a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "kagol", + "name": "Kagol", + "avatar_url": "https://avatars.githubusercontent.com/u/9566362?v=4", + "profile": "https://github.com/kagol", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "tiny-vue", + "projectOwner": "opentiny" +} diff --git a/README.md b/README.md index 09c73021f..9d783377f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

+ +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + + English | [简体中文](README.zh-CN.md) 🌈 Features: @@ -82,6 +86,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + + + + + + +
Kagol
Kagol

💻