Skip to content

Commit

Permalink
fix: put contributing update in right place (#9724)
Browse files Browse the repository at this point in the history
### Description

I goofed in #9723.
  • Loading branch information
anthonyshew authored Jan 18, 2025
1 parent 13b1051 commit 31feb0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ See [the publishing guide](./release.md).

Contributing to examples helps the Turborepo community by showcasing how to use Turborepo in real-world scenarios with other tools and frameworks. They can be found in [the examples directory](https://github.com/vercel/turborepo/tree/main/examples) of this repository.

> [!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.
The `basic` example is the default used by `create-turbo`.

For simplicity, each example is treated as a standalone "repository", separate from the rest of the repository, with its own dependencies, lockfile, `turbo` version, etc. You are able to run code and make code updates in an example without needing to install the dependencies of the rest of the repository.
Expand Down

0 comments on commit 31feb0a

Please sign in to comment.