From 815a371f78d6511362ad1e9a150db37851af611f Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Fri, 1 Nov 2024 10:41:59 +0800
Subject: [PATCH 1/3] docs: add davidosomething as a contributor for doc
(#5161)
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
---
.all-contributorsrc | 12 +++++++++++-
README.md | 1 +
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index dad70cb02ad..95e69ba608e 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1999,8 +1999,18 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "davidosomething",
+ "name": "David O'Trakoun",
+ "avatar_url": "https://avatars.githubusercontent.com/u/609213?v=4",
+ "profile": "https://www.davidosomething.com/",
+ "contributions": [
+ "doc"
+ ]
}
],
"contributorsPerLine": 7,
- "skipCi": true
+ "skipCi": true,
+ "commitType": "docs"
}
diff --git a/README.md b/README.md
index a9e0539c72b..eb5cc0b554c 100644
--- a/README.md
+++ b/README.md
@@ -822,6 +822,7 @@ Try these steps if you experience problems with coc.nvim:
Li Yunting 🐛 |
Jeff L. 💻 |
Elliot Winkler 💻 |
+ David O'Trakoun 📖 |
From 30c62b7cd651e732ad578fd8b31a833ca6e363a0 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Fri, 1 Nov 2024 10:46:05 +0800
Subject: [PATCH 2/3] docs: add statiolake as a contributor for code (#5162)
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Heyward Fann
---
.all-contributorsrc | 9 +++++++++
README.md | 1 +
2 files changed, 10 insertions(+)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 95e69ba608e..5348834f4f1 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -2000,6 +2000,15 @@
"code"
]
},
+ {
+ "login": "statiolake",
+ "name": "lake",
+ "avatar_url": "https://avatars.githubusercontent.com/u/20490597?v=4",
+ "profile": "https://github.com/statiolake",
+ "contributions": [
+ "code"
+ ]
+ },
{
"login": "davidosomething",
"name": "David O'Trakoun",
diff --git a/README.md b/README.md
index eb5cc0b554c..2ae7807c523 100644
--- a/README.md
+++ b/README.md
@@ -822,6 +822,7 @@ Try these steps if you experience problems with coc.nvim:
Li Yunting 🐛 |
Jeff L. 💻 |
Elliot Winkler 💻 |
+ lake 💻 |
David O'Trakoun 📖 |
From d9afe3387127041f13da964a36bea286e020e120 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Fri, 1 Nov 2024 10:47:21 +0800
Subject: [PATCH 3/3] docs: add zhixiao-zhang as a contributor for code (#5163)
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Heyward Fann
---
.all-contributorsrc | 9 +++++++++
README.md | 1 +
2 files changed, 10 insertions(+)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 5348834f4f1..2aa5d6edcf0 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -2001,6 +2001,15 @@
]
},
{
+ "login": "zhixiao-zhang",
+ "name": "forceofsystem",
+ "avatar_url": "https://avatars.githubusercontent.com/u/89405463?v=4",
+ "profile": "https://github.com/zhixiao-zhang",
+ "contributions": [
+ "code"
+ ]
+ },
+{
"login": "statiolake",
"name": "lake",
"avatar_url": "https://avatars.githubusercontent.com/u/20490597?v=4",
diff --git a/README.md b/README.md
index 2ae7807c523..7d7408c797f 100644
--- a/README.md
+++ b/README.md
@@ -822,6 +822,7 @@ Try these steps if you experience problems with coc.nvim:
Li Yunting 🐛 |
Jeff L. 💻 |
Elliot Winkler 💻 |
+ forceofsystem 💻 |
lake 💻 |
David O'Trakoun 📖 |