From f278b737c5e12931b5d9cf861a71e6b1fdd1ea3b Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 17 Jan 2025 21:04:42 -0700 Subject: [PATCH] fix: fix contributing.md --- CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a48747e73e1bb..7ee87e5632715 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -204,11 +204,6 @@ For simplicity, each example is treated as a standalone "repository", separate f To contribute to an existing example, create your code updates and submit a pull request to the repository. No special steps are required to contribute to an example. -> [!IMPORTANT] -> As Turborepo usage has grown, the community has contribute more and more examples to the repository. While this is exciting for us on the core team, we're unable to maintain the full surface area of every example, given the constant updates across the breath of tooling that Turborepo works with in the examples. -> -> Because of this, a handful of the examples are explictly marked as maintained by the core team. For the rest, we work with the community to keep them as up to date and correct as possible. If you find a problem with a community-supported template, we ask that you do not open a GitHub Issue for it. Instead, please open a pull request with the needed fixes. - ### Philosophy for new examples Turborepo works with any framework, tool, or even language. Because of this, the community often expresses interest in creating new examples to showcase Turborepo working with other tooling.