From 246580fb43f2837b0e7bae1b3f9bd86a50736ed7 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Fri, 31 May 2013 15:27:00 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce228720..472fdb29 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ To run the tests: The majority of patches won't need to touch any Ruby code at all. The [master language list](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml) is just a configuration file. +We try to only add languages once they have a some usage on GitHub, so please note in-the-wild usage examples in your pull request. + Almost all bug fixes or new language additions should come with some additional code samples. Just drop them under [`samples/`](https://github.com/github/linguist/tree/master/samples) in the correct subdirectory and our test suite will automatically test them. In most cases you shouldn't need to add any new assertions. ### Testing