Skip to content

Commit

Permalink
Make 200+ :user/:repo requirement explicit (github-linguist#5282)
Browse files Browse the repository at this point in the history
* We require 200+ user/repos

* Use consistent wording
  • Loading branch information
lildude authored Mar 19, 2021
1 parent 072bc3d commit 705a56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bundle exec bin/github-linguist --breakdown
## Adding an extension to a language

We try only to add new extensions once they have some usage on GitHub.
In most cases we prefer that extensions be in use in hundreds of repositories before supporting them in Linguist.
In most cases we prefer that each new file extension be in use in at least 200 unique `:user/:repo` repositories before supporting them in Linguist.

To add support for a new extension:

Expand All @@ -88,7 +88,7 @@ Additionally, if this extension is already listed in [`languages.yml`][languages
## Adding a language

We try only to add languages once they have some usage on GitHub.
In most cases we prefer that each new file extension be in use in hundreds of repositories before supporting them in Linguist.
In most cases we prefer that each new file extension be in use in at least 200 unique `:user/:repo` repositories before supporting them in Linguist.

To add support for a new language:

Expand Down

0 comments on commit 705a56e

Please sign in to comment.