From 035accaf469f9a8a92dfb192357a694155a009e2 Mon Sep 17 00:00:00 2001 From: detherminal <76167420+detherminal@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:39:10 +0300 Subject: [PATCH 1/3] docs: Add link to issue #5756 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0dda9401b..8afa2c1e6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ bundle exec bin/github-linguist --breakdown We try only to add new extensions once they have some usage on GitHub. 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 -(but see #5756 for a temporary change in the criteria). +(but see [#5756](https://github.com/github/linguist/issues/5756) for a temporary change in the criteria). To add support for a new extension: @@ -90,7 +90,7 @@ Additionally, if this extension is already listed in [`languages.yml`][languages 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 at least 200 unique `:user/:repo` repositories before supporting them in Linguist -(but see #5756 for a temporary change in the criteria). +(but see [#5756](https://github.com/github/linguist/issues/5756) for a temporary change in the criteria). To add support for a new language: From 311fab43456b65bdf0de82d87163cbe6508f26e4 Mon Sep 17 00:00:00 2001 From: detherminal <76167420+detherminal@users.noreply.github.com> Date: Fri, 16 Sep 2022 21:22:58 +0300 Subject: [PATCH 2/3] Add 5756 to shortcuts --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8afa2c1e6f..576e305097 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ bundle exec bin/github-linguist --breakdown We try only to add new extensions once they have some usage on GitHub. 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 -(but see [#5756](https://github.com/github/linguist/issues/5756) for a temporary change in the criteria). +(but see [#5756][5756] for a temporary change in the criteria). To add support for a new extension: @@ -90,7 +90,7 @@ Additionally, if this extension is already listed in [`languages.yml`][languages 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 at least 200 unique `:user/:repo` repositories before supporting them in Linguist -(but see [#5756](https://github.com/github/linguist/issues/5756) for a temporary change in the criteria). +(but see [#5756][5756] for a temporary change in the criteria). To add support for a new language: @@ -218,3 +218,4 @@ As Linguist is a production dependency for GitHub we have a couple of workflow r [samples]: /samples [search-example]: https://github.com/search?utf8=%E2%9C%93&q=extension%3Aboot+NOT+nothack&type=Code&ref=searchresults [gpr]: https://docs.github.com/packages/using-github-packages-with-your-projects-ecosystem/configuring-rubygems-for-use-with-github-packages +[5756]: https://github.com/github/linguist/issues/5756 From 5c735a83f87aa52d07b1b8410d3d63d529f2aaf1 Mon Sep 17 00:00:00 2001 From: detherminal <76167420+detherminal@users.noreply.github.com> Date: Tue, 20 Sep 2022 22:36:43 +0300 Subject: [PATCH 3/3] Change '5756' to '#5756' --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6535375446..d0c54e7d43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ bundle exec bin/github-linguist --breakdown We try only to add new extensions once they have some usage on GitHub. 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 -(but see [#5756][5756] for a temporary change in the criteria). +(but see [#5756][] for a temporary change in the criteria). To add support for a new extension: @@ -86,7 +86,7 @@ Additionally, if this extension is already listed in [`languages.yml`][languages 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 at least 200 unique `:user/:repo` repositories before supporting them in Linguist -(but see [#5756][5756] for a temporary change in the criteria). +(but see [#5756][] for a temporary change in the criteria). To add support for a new language: @@ -214,4 +214,4 @@ As Linguist is a production dependency for GitHub we have a couple of workflow r [samples]: /samples [search-example]: https://github.com/search?utf8=%E2%9C%93&q=extension%3Aboot+NOT+nothack&type=Code&ref=searchresults [gpr]: https://docs.github.com/packages/using-github-packages-with-your-projects-ecosystem/configuring-rubygems-for-use-with-github-packages -[5756]: https://github.com/github/linguist/issues/5756 +[#5756]: https://github.com/github/linguist/issues/5756