From 3fa6c4e26644872042556c151c1cda354706dfd6 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 21 May 2021 15:54:57 +0300 Subject: [PATCH 1/4] Add GitHub funding spec, add Caleb's preferred tipping channels --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..30cd261e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: [alerque] +custom: ['https://paypal.me/alerque'] From 1919ee66df0abacd6025c3576639415faf26d2ec Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 21 May 2021 15:57:53 +0300 Subject: [PATCH 2/4] Update ballpark contributor count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2d8e646..a89295dc 100644 --- a/README.md +++ b/README.md @@ -96,5 +96,5 @@ Tagbar is distributed under the terms of the *Vim license*, see the included [LI Tagbar was originally written by [Jan Larres](https://github.com/majutsushi). It is actively maintained by [Caleb Maclennan](https://github.com/alerque). -At least [45 others have contributed](https://github.com/preservim/tagbar/graphs/contributors) features and bug fixes over the years. +At least [75 others have contributed](https://github.com/preservim/tagbar/graphs/contributors) features and bug fixes over the years. Please document [issues](https://github.com/preservim/tagbar/issues) or submit [pull requests](https://github.com/preservim/tagbar/issues) on Github. From 0e832c54a6e1a0fc0b8600ec49b029e703f78e3f Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 21 May 2021 15:58:25 +0300 Subject: [PATCH 3/4] Callout @raven42 as active maintainer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a89295dc..2e260d08 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,6 @@ Tagbar is distributed under the terms of the *Vim license*, see the included [LI ## Contributors Tagbar was originally written by [Jan Larres](https://github.com/majutsushi). -It is actively maintained by [Caleb Maclennan](https://github.com/alerque). +It is actively maintained by [Caleb Maclennan](https://github.com/alerque) and [David Hegland](https://github.com/raven42). At least [75 others have contributed](https://github.com/preservim/tagbar/graphs/contributors) features and bug fixes over the years. Please document [issues](https://github.com/preservim/tagbar/issues) or submit [pull requests](https://github.com/preservim/tagbar/issues) on Github. From 4265c61aa1215f382b085fb40df28d4e5cf34152 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 21 May 2021 15:54:57 +0300 Subject: [PATCH 4/4] Include Paypal link to tip @raven42 in sponsor config --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 30cd261e..f4973c7e 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: [alerque] -custom: ['https://paypal.me/alerque'] +custom: ['https://paypal.me/alerque', 'https://paypal.me/dhegland42']