From 906b0ee30edc8b34ad75c90048b2e9e220ac7b72 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Tue, 18 Nov 2014 08:48:00 -0500 Subject: [PATCH] Mention that languages need to be quite popular The precedent seems to be "hundreds of repos". --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 913ec6e8..ee13ae71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ Great! You'll need to: 0. Add a grammar for your language to [`grammars.yml`][grammars] by running `script/download-grammars --add URL`. Please only add grammars that have a license that permits redistribution. 0. Add samples for your language to the [samples directory][samples]. -We try only to add languages once they have some usage on GitHub, so please note in-the-wild usage examples in your pull request. +We try only to add languages once they have some usage on GitHub, so please note in-the-wild usage examples in your pull request. In most cases we prefer that languages already be in use in hundreds of repositories before supporting them in Linguist. [grammars]: /grammars.yml [languages]: /lib/linguist/languages.yml