From 12b7b5e19effd955ac1ffc32dc47eed0cdb56e17 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 00:16:40 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4915a90..987a0e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Visual Studio Outlining + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![Marketplace](https://img.shields.io/visual-studio-marketplace/v/MichaelJolley.vscode-vs-outlining)](https://marketplace.visualstudio.com/items?itemName=MichaelJolley.vscode-vs-outlining) [![Installs](https://img.shields.io/visual-studio-marketplace/i/MichaelJolley.vscode-vs-outlining?color=blue&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=MichaelJolley.vscode-vs-outlining) [![MIT](https://img.shields.io/badge/license-MIT-orange.png?color=blue&style=flat-round)](https://opensource.org/licenses/MIT) @@ -53,5 +56,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + + + + + + +
Michael Jolley
Michael Jolley

💻 ⚠️ 📖
+ + + + + - \ No newline at end of file +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 7ec3b1276ef309c8d72e6f052ca6d79d943acafe Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 00:16:41 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..6c58021 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,28 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "MichaelJolley", + "name": "Michael Jolley", + "avatar_url": "https://avatars.githubusercontent.com/u/1228996?v=4", + "profile": "https://baldbeardedbuilder.com/", + "contributions": [ + "code", + "test", + "doc" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "vscode-vs-outlining", + "projectOwner": "MichaelJolley" +}