Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make 200+ :user/:repo requirement explicit #5282

Merged
merged 2 commits into from
Mar 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 extensions be in use in at least 200 unique user/repo repositories before supporting them in Linguist.
lildude marked this conversation as resolved.
Show resolved Hide resolved

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 200 unique user/repo repositories before supporting them in Linguist.

To add support for a new language:

Expand Down