From 0a6c872536131d7c5bf15b75a7b82cf4e5dd12f8 Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Tue, 3 Aug 2021 01:38:45 +0200 Subject: [PATCH] Include sponsorship section (#2063) * Include sponsorship section * Create FUNDING.yml * Describe how funds are used Co-authored-by: Pepe Iborra Co-authored-by: Pepe Iborra Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- FUNDING.yml | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) 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 diff --git a/README.md b/README.md index 03e3cd706a..7c7c1cb0e6 100644 --- a/README.md +++ b/README.md @@ -875,3 +875,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 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).