From aba1c2841ed5e52bcf454a42dbfd5b51c9574dc9 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 03:52:44 +0000 Subject: docs: update README.md [skip ci] --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de91632..b6469c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # html2md -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) [![MIT License](http://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) @@ -241,9 +241,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - + + + + + +

suntong

💻 🤔 🎨 🔣 ⚠️ 🐛 📖 📝 💡 🔧 📦 👀 💬 🚧 🚇
suntong
suntong

💻 🤔 🎨 🔣 ⚠️ 🐛 📖 📝 💡 🔧 📦 👀 💬 🚧 🚇
VPanteleev-S7
VPanteleev-S7

💻 🐛 📓
-- cgit v1.2.3 From efb045ac51a03b7e6910181e78da8c571032ed0b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 03:52:45 +0000 Subject: docs: update README.beg.e.md [skip ci] --- README.beg.e.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.beg.e.md b/README.beg.e.md index 2c124e0..00d67d5 100644 --- a/README.beg.e.md +++ b/README.beg.e.md @@ -1,6 +1,6 @@ # {{.Name}} -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) {{render "license/shields" . "License" "MIT"}} -- cgit v1.2.3 From de28fe0537f2033c39dc9151d70c950c3bb20666 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 03:52:46 +0000 Subject: docs: update README.end2.e.md [skip ci] --- README.end2.e.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.end2.e.md b/README.end2.e.md index 7f74ac6..2f039bc 100644 --- a/README.end2.e.md +++ b/README.end2.e.md @@ -7,9 +7,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - + + + + + +

suntong

💻 🤔 🎨 🔣 ⚠️ 🐛 📖 📝 💡 🔧 📦 👀 💬 🚧 🚇
suntong
suntong

💻 🤔 🎨 🔣 ⚠️ 🐛 📖 📝 💡 🔧 📦 👀 💬 🚧 🚇
VPanteleev-S7
VPanteleev-S7

💻 🐛 📓
-- cgit v1.2.3 From 08cf82e7a08184c0e343f5dc4317c28e77c862d2 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 03:52:47 +0000 Subject: docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index d268a04..f5b3db5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -30,12 +30,24 @@ "maintenance", "infra" ] + }, + { + "login": "VPanteleev-S7", + "name": "VPanteleev-S7", + "avatar_url": "https://avatars.githubusercontent.com/u/108007295?v=4", + "profile": "https://github.com/VPanteleev-S7", + "contributions": [ + "code", + "bug", + "userTesting" + ] } ], "contributorsPerLine": 7, - "projectName": "cc2py2", - "projectOwner": "go-cc", + "projectName": "html2md", + "projectOwner": "suntong", "repoType": "github", "repoHost": "https://github.com", - "skipCi": true + "skipCi": true, + "commitConvention": "angular" } -- cgit v1.2.3