From e58dd024498af9c501728a6f91e76ccc89cf7140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=BF=8A=E5=AE=81?= Date: Sun, 15 Aug 2021 23:25:07 +0800 Subject: [PATCH] chore: add contributor --- .all-contributorsrc | 12 +++++++++++- README.md | 9 ++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 33612c2e..1fe5d581 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -9,6 +9,16 @@ "imageSize": 100, "commit": true, "commitConvention": "none", - "contributors": [], + "contributors": [ + { + "login": "youngjuning", + "name": "youngjuning", + "avatar_url": "https://avatars.githubusercontent.com/u/13204332?v=4", + "profile": "https://github.com/youngjuning", + "contributions": [ + "code", "infra", "maintenance", "translation", "doc", "ideas", "design" + ] + } + ], "contributorsPerLine": 7 } diff --git a/README.md b/README.md index f204ef6c..d140d010 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ VS Code API is a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This site lists all VS Code APIs available to extension authors. -[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) This listing is compiled from the [vscode.d.ts](https://github.com/youngjuning/vscode-api/blob/main/vscode.d.ts) file from the VS Code repository. @@ -12,8 +12,15 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + + + + +

youngjuning

💻 🚇 🚧 🌍 📖 🤔 🎨
+ + 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