From 9b5d810c05aaa21300aa89bb7386cc25927da4ef Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 10 Jun 2024 23:26:07 +0200 Subject: [PATCH] docs: added experience to CONTRIBUTING --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16198586..d08a3622 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,9 @@ ## Contributing an Extra Language +- You should be familiar with the language you are adding. +- You should have experience with the language's ecosystem, including formatters, + linters, and LSP servers. - The extra should include the setup most widely used by the community. - Include Tree-sitter parsers that are not yet the default. - Include the most widely used LSP server setup.