From 8dbc4ee7f5d248c80ffdb64be3c11dbcfef4aa42 Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Mon, 2 Aug 2021 10:35:39 +0200 Subject: [PATCH 1/3] Include sponsorship section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a9d5c4e806..934a908892 100644 --- a/README.md +++ b/README.md @@ -873,3 +873,7 @@ This will typically provide instructions for how to support new languages. In some cases you may need to write a small bit of additional client support, or expose a way for the user to set the server's [configuration options](#configuring-haskell-language-server) and for them to configure how the server is started. + +### Sponsorship + +If you want to contribute financially you could do via open-collective: https://opencollective.com/haskell-language-server From b782dbc9ccd08d5e938f40a5e97e54337ae14273 Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Mon, 2 Aug 2021 10:38:12 +0200 Subject: [PATCH 2/3] Create FUNDING.yml --- FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 FUNDING.yml diff --git a/FUNDING.yml b/FUNDING.yml new file mode 100644 index 0000000000..f01dc66a0f --- /dev/null +++ b/FUNDING.yml @@ -0,0 +1 @@ +open_collective: haskell-language-server From 82bee4ea871eb8bdcf3d1d56d6b60857caffcb9f Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Mon, 2 Aug 2021 10:55:16 +0200 Subject: [PATCH 3/3] Describe how funds are used Co-authored-by: Pepe Iborra --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 934a908892..10035dc7ea 100644 --- a/README.md +++ b/README.md @@ -876,4 +876,4 @@ for them to configure how the server is started. ### Sponsorship -If you want to contribute financially you could do via open-collective: https://opencollective.com/haskell-language-server +If you want to contribute financially you can do so via [open-collective](https://opencollective.com/haskell-language-server). In the past the funding has been used to sponsor [summer student projects](https://mpickering.github.io/ide/posts/2021-07-22-summer-of-hls.html).